#2F24BA

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

Shades of Persian Blue #2F24BA

Tints of Persian Blue #2F24BA

Color information

#2F24BA (or 0x2F24BA) is unknown color: approx Persian Blue. HEX triplet: 2F, 24 and BA. RGB value is (47,36,186). Sum of RGB (Red+Green+Blue) = 47+36+186=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F24BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F24BA is #D0DB45. Grayscale: #373737. Windows color (decimal): -13687622 or 12198959. OLE color: 12198959.

HSL color Cylindrical-coordinate representation of color #2F24BA: hue angle of 244.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F24BA is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4736186-
CMYK0.750.8100.27
HSL244.4º67.57%43.53%-
HSV(B)244.4º80.65%72.94%-
XYZ10.675.4146.94-
YUV56.39201.14121.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.47%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 186 (73.05% from 255) = 69.14%
R=17.47%
G=13.38%
B=69.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47361860.750.8100.27244.467.5743.53
Hex2F24BA4B5101Bf4442c
Octal574427211312103336410454
Binary1011111001001011101010010111010001011011111101001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F24BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,36,186); }

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

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

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

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

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

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

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