#2C39BD

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

Shades of Persian Blue #2C39BD

Tints of Persian Blue #2C39BD

Color information

#2C39BD (or 0x2C39BD) is unknown color: approx Persian Blue. HEX triplet: 2C, 39 and BD. RGB value is (44,57,189). Sum of RGB (Red+Green+Blue) = 44+57+189=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C39BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C39BD is #D3C642. Grayscale: #434343. Windows color (decimal): -13878851 or 12400940. OLE color: 12400940.

HSL color Cylindrical-coordinate representation of color #2C39BD: hue angle of 234.62º 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 #2C39BD is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4457189-
CMYK0.770.7000.26
HSL234.62º62.23%45.69%-
HSV(B)234.62º76.72%74.12%-
XYZ11.697.1448.91-
YUV68.16196.19110.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.17%
GREEN value IS 57 (22.66% from 255) = 19.66%
BLUE value IS 189 (74.22% from 255) = 65.17%
R=15.17%
G=19.66%
B=65.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44571890.770.7000.26234.6262.2345.69
Hex2C39BD4D4601Aeb3e2e
Octal54712751151060323537656
Binary101100111001101111011001101100011001101011101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C39BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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