#2F2CBD

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

Shades of Persian Blue #2F2CBD

Tints of Persian Blue #2F2CBD

Color information

#2F2CBD (or 0x2F2CBD) is unknown color: approx Persian Blue. HEX triplet: 2F, 2C and BD. RGB value is (47,44,189). Sum of RGB (Red+Green+Blue) = 47+44+189=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F2CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2CBD is #D0D342. Grayscale: #3C3C3C. Windows color (decimal): -13685571 or 12397615. OLE color: 12397615.

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

Color convert

RGB4744189-
CMYK0.750.7700.26
HSL241.24º62.23%45.69%-
HSV(B)241.24º76.72%74.12%-
XYZ11.266.0848.72-
YUV61.43199.99117.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.79%
GREEN value IS 44 (17.58% from 255) = 15.71%
BLUE value IS 189 (74.22% from 255) = 67.5%
R=16.79%
G=15.71%
B=67.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47441890.750.7700.26241.2462.2345.69
Hex2F2CBD4B4D01Af13e2e
Octal57542751131150323617656
Binary101111101100101111011001011100110101101011110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,44,189); }

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

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

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

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

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

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

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