Html Css Color HEX #241ECA Persian Blue

📋 copy color: '#241ECA'

red 36 ◦ green 30 ◦ blue 202

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

Shades of Persian Blue #241ECA

Tints of Persian Blue #241ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 75.37%

R = 13.43%
G = 11.19%
B = 75.37%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#241ECA (or 0x241ECA) is known color: Persian Blue. HEX triplet: 24, 1E and CA. RGB value is (36,30,202). Sum of RGB (Red+Green+Blue) = 36+30+202=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 202 (79.30% from 255 or 75.37% from 268); Max value from RGB is 202 - color contains mainly: blue. Hex color #241ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ECA is #DBE135. Grayscale: #323232. Windows color (decimal): -14410038 or 13245988. OLE color: 13245988.

HSL color Cylindrical-coordinate representation of color #241ECA: hue angle of 242.09º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241ECA is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 30 202 -
CMYK 0.82 0.85 0 0.21
HSL 242.09º 0.74% 0.45% -
HSV(B) 242.09º 0.85% 0.79% -
XYZ 11.85 5.57 56.33 -
YUV 51.4 212.99 117.01 -
System Red Green Blue C M Y K H S L
Decimal 36 30 202 0.82 0.85 0 0.21 242.09 0.74 0.45
Hex 24 1E CA 52 55 0 15 F2 4A 2D
Octal 44 36 312 122 125 0 25 362 112 55
Binary 100100 11110 11001010 1010010 1010101 0 10101 11110010 1001010 101101

Color Harmonies of #241ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241ECA

Black with #241ECA

Text Example


Text Example

White with #241ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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