Html Css Color HEX #2418B2 Persian Blue

📋 copy color: '#2418B2'

red 36 ◦ green 24 ◦ blue 178

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

Shades of Persian Blue #2418B2

Tints of Persian Blue #2418B2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.08%

 BLUE value IS 178 (69.92% from 255) = 74.79%

R = 15.13%
G = 10.08%
B = 74.79%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2418B2 (or 0x2418B2) is known color: Persian Blue. HEX triplet: 24, 18 and B2. RGB value is (36,24,178). Sum of RGB (Red+Green+Blue) = 36+24+178=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 178 (69.92% from 255 or 74.79% from 238); Max value from RGB is 178 - color contains mainly: blue. Hex color #2418B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2418B2 is #DBE74D. Grayscale: #2C2C2C. Windows color (decimal): -14411598 or 11671588. OLE color: 11671588.

HSL color Cylindrical-coordinate representation of color #2418B2: hue angle of 244.68º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2418B2 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 36 24 178 -
CMYK 0.80 0.87 0 0.30
HSL 244.68º 0.76% 0.4% -
HSV(B) 244.68º 0.87% 0.7% -
XYZ 9.09 4.24 42.46 -
YUV 45.14 202.98 121.48 -
System Red Green Blue C M Y K H S L
Decimal 36 24 178 0.80 0.87 0 0.30 244.68 0.76 0.4
Hex 24 18 B2 50 57 0 1E F5 4C 28
Octal 44 30 262 120 127 0 36 365 114 50
Binary 100100 11000 10110010 1010000 1010111 0 11110 11110101 1001100 101000

Color Harmonies of #2418B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2418B2

Black with #2418B2

Text Example


Text Example

White with #2418B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2418B2; }

 p { color: rgb(36,24,178); }

 H1.HeaderClassName
 {
   color: #2418B2;
 }
 .AnyTagClassName
 {
   color: #2418B2;
 }
</style>

background-color css

<style>
 a { background-color: #2418B2; }

 a { background-color: rgb(36,24,178); }

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

border-color css

<style>
 span { border-color: #2418B2; }

 span { border-color: rgb(36,24,178); }

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