#2F3EB5

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

Shades of Persian Blue #2F3EB5

Tints of Persian Blue #2F3EB5

Color information

#2F3EB5 (or 0x2F3EB5) is unknown color: approx Persian Blue. HEX triplet: 2F, 3E and B5. RGB value is (47,62,181). Sum of RGB (Red+Green+Blue) = 47+62+181=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 181 (71.09% from 255 or 62.41% from 290); Max value from RGB is 181 - color contains mainly: blue. Hex color #2F3EB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3EB5 is #D0C14A. Grayscale: #464646. Windows color (decimal): -13680971 or 11877935. OLE color: 11877935.

HSL color Cylindrical-coordinate representation of color #2F3EB5: hue angle of 233.28º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F3EB5 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4762181-
CMYK0.740.6600.29
HSL233.28º58.77%44.71%-
HSV(B)233.28º74.03%70.98%-
XYZ11.247.3944.55-
YUV71.08190.03110.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.21%
GREEN value IS 62 (24.61% from 255) = 21.38%
BLUE value IS 181 (71.09% from 255) = 62.41%
R=16.21%
G=21.38%
B=62.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal47621810.740.6600.29233.2858.7744.71
Hex2F3EB54A4201De93b2d
Octal57762651121020353517355
Binary101111111110101101011001010100001001110111101001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,62,181); }

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

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

 a { background-color: rgb(47,62,181); }

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

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

 span { border-color: rgb(47,62,181); }

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