Html Css Color HEX #2528DC Persian Blue

📋 copy color: '#2528DC'

red 37 ◦ green 40 ◦ blue 220

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

Shades of Persian Blue #2528DC

Tints of Persian Blue #2528DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 74.07%

R = 12.46%
G = 13.47%
B = 74.07%

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

#2528DC (or 0x2528DC) is known color: Persian Blue. HEX triplet: 25, 28 and DC. RGB value is (37,40,220). Sum of RGB (Red+Green+Blue) = 37+40+220=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #2528DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2528DC is #DAD723. Grayscale: #3A3A3A. Windows color (decimal): -14341924 or 14428197. OLE color: 14428197.

HSL color Cylindrical-coordinate representation of color #2528DC: hue angle of 239.02º 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 #2528DC is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 40 220 -
CMYK 0.83 0.82 0 0.14
HSL 239.02º 0.72% 0.5% -
HSV(B) 239.02º 0.83% 0.86% -
XYZ 14.44 7.08 68.32 -
YUV 59.62 218.51 111.86 -
System Red Green Blue C M Y K H S L
Decimal 37 40 220 0.83 0.82 0 0.14 239.02 0.72 0.5
Hex 25 28 DC 53 52 0 E EF 48 32
Octal 45 50 334 123 122 0 16 357 110 62
Binary 100101 101000 11011100 1010011 1010010 0 1110 11101111 1001000 110010

Color Harmonies of #2528DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2528DC

Black with #2528DC

Text Example


Text Example

White with #2528DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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