Html Css Color HEX #2442DD Persian Blue

📋 copy color: '#2442DD'

red 36 ◦ green 66 ◦ blue 221

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

Shades of Persian Blue #2442DD

Tints of Persian Blue #2442DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.42%

R = 11.15%
G = 20.43%
B = 68.42%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2442DD (or 0x2442DD) is known color: Persian Blue. HEX triplet: 24, 42 and DD. RGB value is (36,66,221). Sum of RGB (Red+Green+Blue) = 36+66+221=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #2442DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2442DD is #DBBD22. Grayscale: #4A4A4A. Windows color (decimal): -14400803 or 14500388. OLE color: 14500388.

HSL color Cylindrical-coordinate representation of color #2442DD: hue angle of 230.27º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2442DD is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 66 221 -
CMYK 0.84 0.70 0 0.13
HSL 230.27º 0.73% 0.5% -
HSV(B) 230.27º 0.84% 0.87% -
XYZ 15.73 9.49 69.41 -
YUV 74.7 210.56 100.4 -
System Red Green Blue C M Y K H S L
Decimal 36 66 221 0.84 0.70 0 0.13 230.27 0.73 0.5
Hex 24 42 DD 54 46 0 D E6 49 32
Octal 44 102 335 124 106 0 15 346 111 62
Binary 100100 1000010 11011101 1010100 1000110 0 1101 11100110 1001001 110010

Color Harmonies of #2442DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2442DD

Black with #2442DD

Text Example


Text Example

White with #2442DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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