#2F2FB8

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

Shades of Persian Blue #2F2FB8

Tints of Persian Blue #2F2FB8

Color information

#2F2FB8 (or 0x2F2FB8) is unknown color: approx Persian Blue. HEX triplet: 2F, 2F and B8. RGB value is (47,47,184). Sum of RGB (Red+Green+Blue) = 47+47+184=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 184 (72.27% from 255 or 66.19% from 278); Max value from RGB is 184 - color contains mainly: blue. Hex color #2F2FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2FB8 is #D0D047. Grayscale: #3E3E3E. Windows color (decimal): -13684808 or 12070703. OLE color: 12070703.

HSL color Cylindrical-coordinate representation of color #2F2FB8: hue angle of 240º 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 #2F2FB8 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4747184-
CMYK0.740.7400.28
HSL240º59.31%45.29%-
HSV(B)240º74.46%72.16%-
XYZ10.846.145.95-
YUV62.62196.5116.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.91%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 184 (72.27% from 255) = 66.19%
R=16.91%
G=16.91%
B=66.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal47471840.740.7400.2824059.3145.29
Hex2F2FB84A4A01Cf03b2d
Octal57572701121120343607355
Binary101111101111101110001001010100101001110011110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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