#2F21B8

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

Shades of Persian Blue #2F21B8

Tints of Persian Blue #2F21B8

Color information

#2F21B8 (or 0x2F21B8) is unknown color: approx Persian Blue. HEX triplet: 2F, 21 and B8. RGB value is (47,33,184). Sum of RGB (Red+Green+Blue) = 47+33+184=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 184 (72.27% from 255 or 69.70% from 264); Max value from RGB is 184 - color contains mainly: blue. Hex color #2F21B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F21B8 is #D0DE47. Grayscale: #353535. Windows color (decimal): -13688392 or 12067119. OLE color: 12067119.

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

Color convert

RGB4733184-
CMYK0.740.8200.28
HSL245.56º69.59%42.55%-
HSV(B)245.56º82.07%72.16%-
XYZ10.375.1545.8-
YUV54.4201.14122.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.80%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 184 (72.27% from 255) = 69.70%
R=17.80%
G=12.5%
B=69.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal47331840.740.8200.28245.5669.5942.55
Hex2F21B84A5201Cf6462b
Octal574127011212203436610653
Binary1011111000011011100010010101010010011100111101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F21B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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