#2F2BC8

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

Shades of Persian Blue #2F2BC8

Tints of Persian Blue #2F2BC8

Color information

#2F2BC8 (or 0x2F2BC8) is unknown color: approx Persian Blue. HEX triplet: 2F, 2B and C8. RGB value is (47,43,200). Sum of RGB (Red+Green+Blue) = 47+43+200=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 200 (78.52% from 255 or 68.97% from 290); Max value from RGB is 200 - color contains mainly: blue. Hex color #2F2BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2BC8 is #D0D437. Grayscale: #3D3D3D. Windows color (decimal): -13685816 or 13118255. OLE color: 13118255.

HSL color Cylindrical-coordinate representation of color #2F2BC8: hue angle of 241.53º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F2BC8 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4743200-
CMYK0.760.7800.22
HSL241.53º64.61%47.65%-
HSV(B)241.53º78.5%78.43%-
XYZ12.466.555.24-
YUV62.09205.83117.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.21%
GREEN value IS 43 (17.19% from 255) = 14.83%
BLUE value IS 200 (78.52% from 255) = 68.97%
R=16.21%
G=14.83%
B=68.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal47432000.760.7800.22241.5364.6147.65
Hex2F2BC84C4E016f24130
Octal575331011411602636210160
Binary1011111010111100100010011001001110010110111100101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,43,200); }

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

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

 a { background-color: rgb(47,43,200); }

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

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

 span { border-color: rgb(47,43,200); }

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