#2439BD

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

Shades of Persian Blue #2439BD

Tints of Persian Blue #2439BD

Color information

#2439BD (or 0x2439BD) is unknown color: approx Persian Blue. HEX triplet: 24, 39 and BD. RGB value is (36,57,189). Sum of RGB (Red+Green+Blue) = 36+57+189=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #2439BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2439BD is #DBC642. Grayscale: #414141. Windows color (decimal): -14403139 or 12400932. OLE color: 12400932.

HSL color Cylindrical-coordinate representation of color #2439BD: hue angle of 231.76º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2439BD is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3657189-
CMYK0.810.7000.26
HSL231.76º68%44.12%-
HSV(B)231.76º80.95%74.12%-
XYZ11.386.9848.89-
YUV65.77197.54106.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.77%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 189 (74.22% from 255) = 67.02%
R=12.77%
G=20.21%
B=67.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal36571890.810.7000.26231.766844.12
Hex2439BD514601Ae8442c
Octal447127512110603235010454
Binary1001001110011011110110100011000110011010111010001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2439BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2439BD; }

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

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

<style>
 a { background-color: #2439BD; }

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

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

<style>
 span { border-color: #2439BD; }

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

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