Html Css Color HEX #241ECE Persian Blue

📋 copy color: '#241ECE'

red 36 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #241ECE

Tints of Persian Blue #241ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.03%

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

R = 13.24%
G = 11.03%
B = 75.74%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#241ECE (or 0x241ECE) is known color: Persian Blue. HEX triplet: 24, 1E and CE. RGB value is (36,30,206). Sum of RGB (Red+Green+Blue) = 36+30+206=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #241ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ECE is #DBE131. Grayscale: #333333. Windows color (decimal): -14410034 or 13508132. OLE color: 13508132.

HSL color Cylindrical-coordinate representation of color #241ECE: hue angle of 242.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241ECE is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 30 206 -
CMYK 0.83 0.85 0 0.19
HSL 242.05º 0.75% 0.46% -
HSV(B) 242.05º 0.85% 0.81% -
XYZ 12.33 5.76 58.85 -
YUV 51.86 214.99 116.69 -
System Red Green Blue C M Y K H S L
Decimal 36 30 206 0.83 0.85 0 0.19 242.05 0.75 0.46
Hex 24 1E CE 53 55 0 13 F2 4B 2E
Octal 44 36 316 123 125 0 23 362 113 56
Binary 100100 11110 11001110 1010011 1010101 0 10011 11110010 1001011 101110

Color Harmonies of #241ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241ECE

Black with #241ECE

Text Example


Text Example

White with #241ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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