Html Css Color HEX #2442DC Persian Blue

📋 copy color: '#2442DC'

red 36 ◦ green 66 ◦ blue 220

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

Shades of Persian Blue #2442DC

Tints of Persian Blue #2442DC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 220 (86.33% from 255) = 68.32%

R = 11.18%
G = 20.5%
B = 68.32%

CMYK

 C value IS 0.84

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2442DC (or 0x2442DC) is known color: Persian Blue. HEX triplet: 24, 42 and DC. RGB value is (36,66,220). Sum of RGB (Red+Green+Blue) = 36+66+220=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #2442DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2442DC is #DBBD23. Grayscale: #494949. Windows color (decimal): -14400804 or 14434852. OLE color: 14434852.

HSL color Cylindrical-coordinate representation of color #2442DC: hue angle of 230.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2442DC is Cyan = 0.84, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 66 220 -
CMYK 0.84 0.7 0 0.14
HSL 230.22º 0.72% 0.5% -
HSV(B) 230.22º 0.84% 0.86% -
XYZ 15.59 9.44 68.71 -
YUV 74.59 210.06 100.48 -
System Red Green Blue C M Y K H S L
Decimal 36 66 220 0.84 0.7 0 0.14 230.22 0.72 0.5
Hex 24 42 DC 54 46 0 E E6 48 32
Octal 44 102 334 124 106 0 16 346 110 62
Binary 100100 1000010 11011100 1010100 1000110 0 1110 11100110 1001000 110010

Color Harmonies of #2442DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2442DC

Black with #2442DC

Text Example


Text Example

White with #2442DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2442DC; }

 p { color: rgb(36,66,220); }

 H1.HeaderClassName
 {
   color: #2442DC;
 }
 .AnyTagClassName
 {
   color: #2442DC;
 }
</style>

background-color css

<style>
 a { background-color: #2442DC; }

 a { background-color: rgb(36,66,220); }

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

border-color css

<style>
 span { border-color: #2442DC; }

 span { border-color: rgb(36,66,220); }

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