Html Css Color HEX #241ACB Persian Blue

📋 copy color: '#241ACB'

red 36 ◦ green 26 ◦ blue 203

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

Shades of Persian Blue #241ACB

Tints of Persian Blue #241ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.81%

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

R = 13.58%
G = 9.81%
B = 76.6%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#241ACB (or 0x241ACB) is known color: Persian Blue. HEX triplet: 24, 1A and CB. RGB value is (36,26,203). Sum of RGB (Red+Green+Blue) = 36+26+203=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #241ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ACB is #DBE534. Grayscale: #303030. Windows color (decimal): -14411061 or 13310500. OLE color: 13310500.

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

Color convert

RGB 36 26 203 -
CMYK 0.82 0.87 0 0.20
HSL 243.39º 0.77% 0.45% -
HSV(B) 243.39º 0.87% 0.8% -
XYZ 11.88 5.43 56.92 -
YUV 49.17 214.81 118.61 -
System Red Green Blue C M Y K H S L
Decimal 36 26 203 0.82 0.87 0 0.20 243.39 0.77 0.45
Hex 24 1A CB 52 57 0 14 F3 4D 2D
Octal 44 32 313 122 127 0 24 363 115 55
Binary 100100 11010 11001011 1010010 1010111 0 10100 11110011 1001101 101101

Color Harmonies of #241ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241ACB

Black with #241ACB

Text Example


Text Example

White with #241ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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