Html Css Color HEX #2439CC Persian Blue

📋 copy color: '#2439CC'

red 36 ◦ green 57 ◦ blue 204

#2439CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2439CC

Tints of Persian Blue #2439CC

RGB

 RED value IS 36 (14.45% from 255) = 12.12%

 GREEN value IS 57 (22.66% from 255) = 19.19%

 BLUE value IS 204 (80.08% from 255) = 68.69%

R = 12.12%
G = 19.19%
B = 68.69%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2439CC (or 0x2439CC) is known color: Persian Blue. HEX triplet: 24, 39 and CC. RGB value is (36,57,204). Sum of RGB (Red+Green+Blue) = 36+57+204=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #2439CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2439CC is #DBC633. Grayscale: #424242. Windows color (decimal): -14403124 or 13383972. OLE color: 13383972.

HSL color Cylindrical-coordinate representation of color #2439CC: hue angle of 232.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2439CC is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 57 204 -
CMYK 0.82 0.72 0 0.2
HSL 232.5º 0.7% 0.47% -
HSV(B) 232.5º 0.82% 0.8% -
XYZ 13.09 7.66 57.92 -
YUV 67.48 205.04 105.55 -
System Red Green Blue C M Y K H S L
Decimal 36 57 204 0.82 0.72 0 0.2 232.5 0.7 0.47
Hex 24 39 CC 52 48 0 14 E8 46 2F
Octal 44 71 314 122 110 0 24 350 106 57
Binary 100100 111001 11001100 1010010 1001000 0 10100 11101000 1000110 101111

Color Harmonies of #2439CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2439CC

Black with #2439CC

Text Example


Text Example

White with #2439CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2439CC;
 }
 .AnyTagClassName
 {
   color: #2439CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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