Html Css Color HEX #2428CC Persian Blue

📋 copy color: '#2428CC'

red 36 ◦ green 40 ◦ blue 204

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

Shades of Persian Blue #2428CC

Tints of Persian Blue #2428CC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

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

R = 12.86%
G = 14.29%
B = 72.86%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2428CC (or 0x2428CC) is known color: Persian Blue. HEX triplet: 24, 28 and CC. RGB value is (36,40,204). Sum of RGB (Red+Green+Blue) = 36+40+204=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #2428CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2428CC is #DBD733. Grayscale: #383838. Windows color (decimal): -14407476 or 13379620. OLE color: 13379620.

HSL color Cylindrical-coordinate representation of color #2428CC: hue angle of 238.57º 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 #2428CC is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 40 204 -
CMYK 0.82 0.80 0 0.2
HSL 238.57º 0.7% 0.47% -
HSV(B) 238.57º 0.82% 0.8% -
XYZ 12.39 6.25 57.68 -
YUV 57.5 210.67 112.66 -
System Red Green Blue C M Y K H S L
Decimal 36 40 204 0.82 0.80 0 0.2 238.57 0.7 0.47
Hex 24 28 CC 52 50 0 14 EF 46 2F
Octal 44 50 314 122 120 0 24 357 106 57
Binary 100100 101000 11001100 1010010 1010000 0 10100 11101111 1000110 101111

Color Harmonies of #2428CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2428CC

Black with #2428CC

Text Example


Text Example

White with #2428CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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