#2F3BB8

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

Shades of Persian Blue #2F3BB8

Tints of Persian Blue #2F3BB8

Color information

#2F3BB8 (or 0x2F3BB8) is unknown color: approx Persian Blue. HEX triplet: 2F, 3B and B8. RGB value is (47,59,184). Sum of RGB (Red+Green+Blue) = 47+59+184=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 184 (72.27% from 255 or 63.45% from 290); Max value from RGB is 184 - color contains mainly: blue. Hex color #2F3BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3BB8 is #D0C447. Grayscale: #454545. Windows color (decimal): -13681736 or 12073775. OLE color: 12073775.

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

Color convert

RGB4759184-
CMYK0.740.6800.28
HSL234.74º59.31%45.29%-
HSV(B)234.74º74.46%72.16%-
XYZ11.397.1946.14-
YUV69.66192.52111.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.21%
GREEN value IS 59 (23.44% from 255) = 20.34%
BLUE value IS 184 (72.27% from 255) = 63.45%
R=16.21%
G=20.34%
B=63.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal47591840.740.6800.28234.7459.3145.29
Hex2F3BB84A4401Ceb3b2d
Octal57732701121040343537355
Binary101111111011101110001001010100010001110011101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,59,184); }

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

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

 a { background-color: rgb(47,59,184); }

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

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

 span { border-color: rgb(47,59,184); }

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