#2E3FBD

Color #2E3FBD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2E3FBD

Tints of Persian Blue #2E3FBD

Color information

#2E3FBD (or 0x2E3FBD) is unknown color: approx Persian Blue. HEX triplet: 2E, 3F and BD. RGB value is (46,63,189). Sum of RGB (Red+Green+Blue) = 46+63+189=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E3FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3FBD is #D1C042. Grayscale: #474747. Windows color (decimal): -13746243 or 12402478. OLE color: 12402478.

HSL color Cylindrical-coordinate representation of color #2E3FBD: hue angle of 232.87º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E3FBD is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4663189-
CMYK0.760.6700.26
HSL232.87º60.85%46.08%-
HSV(B)232.87º75.66%74.12%-
XYZ12.097.8149.01-
YUV72.28193.87109.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 63 (25% from 255) = 21.14%
BLUE value IS 189 (74.22% from 255) = 63.42%
R=15.44%
G=21.14%
B=63.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46631890.760.6700.26232.8760.8546.08
Hex2E3FBD4C4301Ae93d2e
Octal56772751141030323517556
Binary101110111111101111011001100100001101101011101001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3FBD; }

 p { color: rgb(46,63,189); }

 H1.HeaderClassName
 {
   color: #2E3FBD;
 }
 .AnyTagClassName
 {
   color: #2E3FBD;
 }
</style>
background-color css

<style>
 a { background-color: #2E3FBD; }

 a { background-color: rgb(46,63,189); }

 div.DivClassName
 {
   background-color: #2E3FBD;
 }
 .BgClassName
 {
   background-color: #2E3FBD;
 }
</style>
border-color css

<style>
 span { border-color: #2E3FBD; }

 span { border-color: rgb(46,63,189); }

 td.TdClassName
 {
   border-color: #2E3FBD;
 }
 .TagClassName
 {
   border-color: #2E3FBD;
 }
</style>