Html Css Color HEX #241CBE Persian Blue

📋 copy color: '#241CBE'

red 36 ◦ green 28 ◦ blue 190

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

Shades of Persian Blue #241CBE

Tints of Persian Blue #241CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.02%

 BLUE value IS 190 (74.61% from 255) = 74.8%

R = 14.17%
G = 11.02%
B = 74.8%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#241CBE (or 0x241CBE) is known color: Persian Blue. HEX triplet: 24, 1C and BE. RGB value is (36,28,190). Sum of RGB (Red+Green+Blue) = 36+28+190=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #241CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CBE is #DBE341. Grayscale: #303030. Windows color (decimal): -14410562 or 12459044. OLE color: 12459044.

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

Color convert

RGB 36 28 190 -
CMYK 0.81 0.85 0 0.25
HSL 242.96º 0.74% 0.43% -
HSV(B) 242.96º 0.85% 0.75% -
XYZ 10.44 4.92 49.12 -
YUV 48.86 207.65 118.83 -
System Red Green Blue C M Y K H S L
Decimal 36 28 190 0.81 0.85 0 0.25 242.96 0.74 0.43
Hex 24 1C BE 51 55 0 19 F3 4A 2B
Octal 44 34 276 121 125 0 31 363 112 53
Binary 100100 11100 10111110 1010001 1010101 0 11001 11110011 1001010 101011

Color Harmonies of #241CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241CBE

Black with #241CBE

Text Example


Text Example

White with #241CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,28,190); }

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

background-color css

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

 a { background-color: rgb(36,28,190); }

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

border-color css

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

 span { border-color: rgb(36,28,190); }

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