Html Css Color HEX #2518B2 Persian Blue

📋 copy color: '#2518B2'

red 37 ◦ green 24 ◦ blue 178

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

Shades of Persian Blue #2518B2

Tints of Persian Blue #2518B2

RGB

 RED value IS 37 (14.84% from 255) = 15.48%

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

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

R = 15.48%
G = 10.04%
B = 74.48%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2518B2 (or 0x2518B2) is known color: Persian Blue. HEX triplet: 25, 18 and B2. RGB value is (37,24,178). Sum of RGB (Red+Green+Blue) = 37+24+178=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 178 (69.92% from 255 or 74.48% from 239); Max value from RGB is 178 - color contains mainly: blue. Hex color #2518B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2518B2 is #DAE74D. Grayscale: #2C2C2C. Windows color (decimal): -14346062 or 11671589. OLE color: 11671589.

HSL color Cylindrical-coordinate representation of color #2518B2: hue angle of 245.06º 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 #2518B2 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 24 178 -
CMYK 0.79 0.87 0 0.30
HSL 245.06º 0.76% 0.4% -
HSV(B) 245.06º 0.87% 0.7% -
XYZ 9.13 4.26 42.46 -
YUV 45.44 202.81 121.98 -
System Red Green Blue C M Y K H S L
Decimal 37 24 178 0.79 0.87 0 0.30 245.06 0.76 0.4
Hex 25 18 B2 4F 57 0 1E F5 4C 28
Octal 45 30 262 117 127 0 36 365 114 50
Binary 100101 11000 10110010 1001111 1010111 0 11110 11110101 1001100 101000

Color Harmonies of #2518B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2518B2

Black with #2518B2

Text Example


Text Example

White with #2518B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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