Html Css Color HEX #242ECE Persian Blue

📋 copy color: '#242ECE'

red 36 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #242ECE

Tints of Persian Blue #242ECE

RGB

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

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

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

R = 12.5%
G = 15.97%
B = 71.53%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#242ECE (or 0x242ECE) is known color: Persian Blue. HEX triplet: 24, 2E and CE. RGB value is (36,46,206). Sum of RGB (Red+Green+Blue) = 36+46+206=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #242ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ECE is #DBD131. Grayscale: #3C3C3C. Windows color (decimal): -14405938 or 13512228. OLE color: 13512228.

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

Color convert

RGB 36 46 206 -
CMYK 0.83 0.78 0 0.19
HSL 236.47º 0.7% 0.47% -
HSV(B) 236.47º 0.83% 0.81% -
XYZ 12.85 6.79 59.03 -
YUV 61.25 209.69 109.99 -
System Red Green Blue C M Y K H S L
Decimal 36 46 206 0.83 0.78 0 0.19 236.47 0.7 0.47
Hex 24 2E CE 53 4E 0 13 EC 46 2F
Octal 44 56 316 123 116 0 23 354 106 57
Binary 100100 101110 11001110 1010011 1001110 0 10011 11101100 1000110 101111

Color Harmonies of #242ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242ECE

Black with #242ECE

Text Example


Text Example

White with #242ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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