Html Css Color HEX #2442CE Persian Blue

📋 copy color: '#2442CE'

red 36 ◦ green 66 ◦ blue 206

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

Shades of Persian Blue #2442CE

Tints of Persian Blue #2442CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.88%

R = 11.69%
G = 21.43%
B = 66.88%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2442CE (or 0x2442CE) is known color: Persian Blue. HEX triplet: 24, 42 and CE. RGB value is (36,66,206). Sum of RGB (Red+Green+Blue) = 36+66+206=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #2442CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2442CE is #DBBD31. Grayscale: #484848. Windows color (decimal): -14400818 or 13517348. OLE color: 13517348.

HSL color Cylindrical-coordinate representation of color #2442CE: hue angle of 229.41º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2442CE is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 66 206 -
CMYK 0.83 0.68 0 0.19
HSL 229.41º 0.7% 0.47% -
HSV(B) 229.41º 0.83% 0.81% -
XYZ 13.82 8.73 59.35 -
YUV 72.99 203.06 101.62 -
System Red Green Blue C M Y K H S L
Decimal 36 66 206 0.83 0.68 0 0.19 229.41 0.7 0.47
Hex 24 42 CE 53 44 0 13 E5 46 2F
Octal 44 102 316 123 104 0 23 345 106 57
Binary 100100 1000010 11001110 1010011 1000100 0 10011 11100101 1000110 101111

Color Harmonies of #2442CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2442CE

Black with #2442CE

Text Example


Text Example

White with #2442CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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