Html Css Color HEX #241ECB Persian Blue

📋 copy color: '#241ECB'

red 36 ◦ green 30 ◦ blue 203

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

Shades of Persian Blue #241ECB

Tints of Persian Blue #241ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.46%

R = 13.38%
G = 11.15%
B = 75.46%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#241ECB (or 0x241ECB) is known color: Persian Blue. HEX triplet: 24, 1E and CB. RGB value is (36,30,203). Sum of RGB (Red+Green+Blue) = 36+30+203=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #241ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ECB is #DBE134. Grayscale: #323232. Windows color (decimal): -14410037 or 13311524. OLE color: 13311524.

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

Color convert

RGB 36 30 203 -
CMYK 0.82 0.85 0 0.20
HSL 242.08º 0.74% 0.46% -
HSV(B) 242.08º 0.85% 0.8% -
XYZ 11.97 5.62 56.95 -
YUV 51.52 213.49 116.93 -
System Red Green Blue C M Y K H S L
Decimal 36 30 203 0.82 0.85 0 0.20 242.08 0.74 0.46
Hex 24 1E CB 52 55 0 14 F2 4A 2E
Octal 44 36 313 122 125 0 24 362 112 56
Binary 100100 11110 11001011 1010010 1010101 0 10100 11110010 1001010 101110

Color Harmonies of #241ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241ECB

Black with #241ECB

Text Example


Text Example

White with #241ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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