Html Css Color HEX #242ECD Persian Blue

📋 copy color: '#242ECD'

red 36 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #242ECD

Tints of Persian Blue #242ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.03%

 BLUE value IS 205 (80.47% from 255) = 71.43%

R = 12.54%
G = 16.03%
B = 71.43%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#242ECD (or 0x242ECD) is known color: Persian Blue. HEX triplet: 24, 2E and CD. RGB value is (36,46,205). Sum of RGB (Red+Green+Blue) = 36+46+205=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #242ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ECD is #DBD132. Grayscale: #3C3C3C. Windows color (decimal): -14405939 or 13446692. OLE color: 13446692.

HSL color Cylindrical-coordinate representation of color #242ECD: hue angle of 236.45º 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 #242ECD is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 46 205 -
CMYK 0.82 0.78 0 0.20
HSL 236.45º 0.7% 0.47% -
HSV(B) 236.45º 0.82% 0.8% -
XYZ 12.72 6.74 58.39 -
YUV 61.14 209.19 110.07 -
System Red Green Blue C M Y K H S L
Decimal 36 46 205 0.82 0.78 0 0.20 236.45 0.7 0.47
Hex 24 2E CD 52 4E 0 14 EC 46 2F
Octal 44 56 315 122 116 0 24 354 106 57
Binary 100100 101110 11001101 1010010 1001110 0 10100 11101100 1000110 101111

Color Harmonies of #242ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242ECD

Black with #242ECD

Text Example


Text Example

White with #242ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242ECD; }

 p { color: rgb(36,46,205); }

 H1.HeaderClassName
 {
   color: #242ECD;
 }
 .AnyTagClassName
 {
   color: #242ECD;
 }
</style>

background-color css

<style>
 a { background-color: #242ECD; }

 a { background-color: rgb(36,46,205); }

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

border-color css

<style>
 span { border-color: #242ECD; }

 span { border-color: rgb(36,46,205); }

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