Html Css Color HEX #2528DB Persian Blue

📋 copy color: '#2528DB'

red 37 ◦ green 40 ◦ blue 219

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

Shades of Persian Blue #2528DB

Tints of Persian Blue #2528DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.51%

 BLUE value IS 219 (85.94% from 255) = 73.99%

R = 12.5%
G = 13.51%
B = 73.99%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2528DB (or 0x2528DB) is known color: Persian Blue. HEX triplet: 25, 28 and DB. RGB value is (37,40,219). Sum of RGB (Red+Green+Blue) = 37+40+219=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #2528DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2528DB is #DAD724. Grayscale: #3A3A3A. Windows color (decimal): -14341925 or 14362661. OLE color: 14362661.

HSL color Cylindrical-coordinate representation of color #2528DB: hue angle of 239.01º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2528DB is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 40 219 -
CMYK 0.83 0.82 0 0.14
HSL 239.01º 0.72% 0.5% -
HSV(B) 239.01º 0.83% 0.86% -
XYZ 14.31 7.03 67.62 -
YUV 59.51 218.01 111.95 -
System Red Green Blue C M Y K H S L
Decimal 37 40 219 0.83 0.82 0 0.14 239.01 0.72 0.5
Hex 25 28 DB 53 52 0 E EF 48 32
Octal 45 50 333 123 122 0 16 357 110 62
Binary 100101 101000 11011011 1010011 1010010 0 1110 11101111 1001000 110010

Color Harmonies of #2528DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2528DB

Black with #2528DB

Text Example


Text Example

White with #2528DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2528DB; }

 p { color: rgb(37,40,219); }

 H1.HeaderClassName
 {
   color: #2528DB;
 }
 .AnyTagClassName
 {
   color: #2528DB;
 }
</style>

background-color css

<style>
 a { background-color: #2528DB; }

 a { background-color: rgb(37,40,219); }

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

border-color css

<style>
 span { border-color: #2528DB; }

 span { border-color: rgb(37,40,219); }

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