Html Css Color HEX #2528EB Persian Blue

📋 copy color: '#2528EB'

red 37 ◦ green 40 ◦ blue 235

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

Shades of Persian Blue #2528EB

Tints of Persian Blue #2528EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 75.32%

R = 11.86%
G = 12.82%
B = 75.32%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2528EB (or 0x2528EB) is known color: Persian Blue. HEX triplet: 25, 28 and EB. RGB value is (37,40,235). Sum of RGB (Red+Green+Blue) = 37+40+235=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #2528EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2528EB is #DAD714. Grayscale: #3C3C3C. Windows color (decimal): -14341909 or 15411237. OLE color: 15411237.

HSL color Cylindrical-coordinate representation of color #2528EB: hue angle of 239.09º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2528EB is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 40 235 -
CMYK 0.84 0.83 0 0.08
HSL 239.09º 0.83% 0.53% -
HSV(B) 239.09º 0.84% 0.92% -
XYZ 16.52 7.91 79.25 -
YUV 61.33 226.01 110.64 -
System Red Green Blue C M Y K H S L
Decimal 37 40 235 0.84 0.83 0 0.08 239.09 0.83 0.53
Hex 25 28 EB 54 53 0 8 EF 53 35
Octal 45 50 353 124 123 0 10 357 123 65
Binary 100101 101000 11101011 1010100 1010011 0 1000 11101111 1010011 110101

Color Harmonies of #2528EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2528EB

Black with #2528EB

Text Example


Text Example

White with #2528EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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