Html Css Color HEX #2418BC Persian Blue

📋 copy color: '#2418BC'

red 36 ◦ green 24 ◦ blue 188

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

Shades of Persian Blue #2418BC

Tints of Persian Blue #2418BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 75.81%

R = 14.52%
G = 9.68%
B = 75.81%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2418BC (or 0x2418BC) is known color: Persian Blue. HEX triplet: 24, 18 and BC. RGB value is (36,24,188). Sum of RGB (Red+Green+Blue) = 36+24+188=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #2418BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2418BC is #DBE743. Grayscale: #2D2D2D. Windows color (decimal): -14411588 or 12326948. OLE color: 12326948.

HSL color Cylindrical-coordinate representation of color #2418BC: hue angle of 244.39º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2418BC is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 24 188 -
CMYK 0.81 0.87 0 0.26
HSL 244.39º 0.77% 0.42% -
HSV(B) 244.39º 0.87% 0.74% -
XYZ 10.13 4.66 47.94 -
YUV 46.28 207.98 120.66 -
System Red Green Blue C M Y K H S L
Decimal 36 24 188 0.81 0.87 0 0.26 244.39 0.77 0.42
Hex 24 18 BC 51 57 0 1A F4 4D 2A
Octal 44 30 274 121 127 0 32 364 115 52
Binary 100100 11000 10111100 1010001 1010111 0 11010 11110100 1001101 101010

Color Harmonies of #2418BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2418BC

Black with #2418BC

Text Example


Text Example

White with #2418BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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