Html Css Color HEX #241EB4 Persian Blue

📋 copy color: '#241EB4'

red 36 ◦ green 30 ◦ blue 180

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

Shades of Persian Blue #241EB4

Tints of Persian Blue #241EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 73.17%

R = 14.63%
G = 12.2%
B = 73.17%

CMYK

 C value IS 0.8

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#241EB4 (or 0x241EB4) is known color: Persian Blue. HEX triplet: 24, 1E and B4. RGB value is (36,30,180). Sum of RGB (Red+Green+Blue) = 36+30+180=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 180 (70.70% from 255 or 73.17% from 246); Max value from RGB is 180 - color contains mainly: blue. Hex color #241EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241EB4 is #DBE14B. Grayscale: #303030. Windows color (decimal): -14410060 or 11804196. OLE color: 11804196.

HSL color Cylindrical-coordinate representation of color #241EB4: hue angle of 242.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #241EB4 is Cyan = 0.8, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 30 180 -
CMYK 0.8 0.83 0 0.29
HSL 242.4º 0.71% 0.41% -
HSV(B) 242.4º 0.83% 0.71% -
XYZ 9.43 4.6 43.57 -
YUV 48.89 201.99 118.8 -
System Red Green Blue C M Y K H S L
Decimal 36 30 180 0.8 0.83 0 0.29 242.4 0.71 0.41
Hex 24 1E B4 50 53 0 1D F2 47 29
Octal 44 36 264 120 123 0 35 362 107 51
Binary 100100 11110 10110100 1010000 1010011 0 11101 11110010 1000111 101001

Color Harmonies of #241EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241EB4

Black with #241EB4

Text Example


Text Example

White with #241EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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