#2F20BC

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

Shades of Persian Blue #2F20BC

Tints of Persian Blue #2F20BC

Color information

#2F20BC (or 0x2F20BC) is unknown color: approx Persian Blue. HEX triplet: 2F, 20 and BC. RGB value is (47,32,188). Sum of RGB (Red+Green+Blue) = 47+32+188=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F20BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F20BC is #D0DF43. Grayscale: #353535. Windows color (decimal): -13688644 or 12329007. OLE color: 12329007.

HSL color Cylindrical-coordinate representation of color #2F20BC: hue angle of 245.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F20BC is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4732188-
CMYK0.750.8300.26
HSL245.77º70.91%43.14%-
HSV(B)245.77º82.98%73.73%-
XYZ10.775.2748.03-
YUV54.27203.47122.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.60%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 188 (73.83% from 255) = 70.41%
R=17.60%
G=11.99%
B=70.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47321880.750.8300.26245.7770.9143.14
Hex2F20BC4B5301Af6472b
Octal574027411312303236610753
Binary1011111000001011110010010111010011011010111101101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F20BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,32,188); }

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

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

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

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

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

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

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