Html Css Color HEX #2420CC Persian Blue

📋 copy color: '#2420CC'

red 36 ◦ green 32 ◦ blue 204

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

Shades of Persian Blue #2420CC

Tints of Persian Blue #2420CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 13.24%
G = 11.76%
B = 75%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2420CC (or 0x2420CC) is known color: Persian Blue. HEX triplet: 24, 20 and CC. RGB value is (36,32,204). Sum of RGB (Red+Green+Blue) = 36+32+204=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #2420CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2420CC is #DBDF33. Grayscale: #343434. Windows color (decimal): -14409524 or 13377572. OLE color: 13377572.

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

Color convert

RGB 36 32 204 -
CMYK 0.82 0.84 0 0.2
HSL 241.4º 0.73% 0.46% -
HSV(B) 241.4º 0.84% 0.8% -
XYZ 12.14 5.77 57.6 -
YUV 52.8 213.33 116.01 -
System Red Green Blue C M Y K H S L
Decimal 36 32 204 0.82 0.84 0 0.2 241.4 0.73 0.46
Hex 24 20 CC 52 54 0 14 F1 49 2E
Octal 44 40 314 122 124 0 24 361 111 56
Binary 100100 100000 11001100 1010010 1010100 0 10100 11110001 1001001 101110

Color Harmonies of #2420CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2420CC

Black with #2420CC

Text Example


Text Example

White with #2420CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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