#2439B0

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

Shades of Persian Blue #2439B0

Tints of Persian Blue #2439B0

Color information

#2439B0 (or 0x2439B0) is unknown color: approx Persian Blue. HEX triplet: 24, 39 and B0. RGB value is (36,57,176). Sum of RGB (Red+Green+Blue) = 36+57+176=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 176 (69.14% from 255 or 65.43% from 269); Max value from RGB is 176 - color contains mainly: blue. Hex color #2439B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2439B0 is #DBC64F. Grayscale: #3F3F3F. Windows color (decimal): -14403152 or 11548964. OLE color: 11548964.

HSL color Cylindrical-coordinate representation of color #2439B0: hue angle of 231º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2439B0 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3657176-
CMYK0.800.6800.31
HSL231º66.04%41.57%-
HSV(B)231º79.55%69.02%-
XYZ10.036.4441.79-
YUV64.29191.04107.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.38%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 176 (69.14% from 255) = 65.43%
R=13.38%
G=21.19%
B=65.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36571760.800.6800.3123166.0441.57
Hex2439B0504401Fe7422a
Octal447126012010403734710252
Binary1001001110011011000010100001000100011111111001111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2439B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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