Html Css Color HEX #2528E4 Persian Blue

📋 copy color: '#2528E4'

red 37 ◦ green 40 ◦ blue 228

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

Shades of Persian Blue #2528E4

Tints of Persian Blue #2528E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 74.75%

R = 12.13%
G = 13.11%
B = 74.75%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2528E4 (or 0x2528E4) is known color: Persian Blue. HEX triplet: 25, 28 and E4. RGB value is (37,40,228). Sum of RGB (Red+Green+Blue) = 37+40+228=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 228 (89.45% from 255 or 74.75% from 305); Max value from RGB is 228 - color contains mainly: blue. Hex color #2528E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2528E4 is #DAD71B. Grayscale: #3B3B3B. Windows color (decimal): -14341916 or 14952485. OLE color: 14952485.

HSL color Cylindrical-coordinate representation of color #2528E4: hue angle of 239.06º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2528E4 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 37 40 228 -
CMYK 0.84 0.82 0 0.11
HSL 239.06º 0.78% 0.52% -
HSV(B) 239.06º 0.84% 0.89% -
XYZ 15.53 7.51 74.03 -
YUV 60.54 222.51 111.21 -
System Red Green Blue C M Y K H S L
Decimal 37 40 228 0.84 0.82 0 0.11 239.06 0.78 0.52
Hex 25 28 E4 54 52 0 B EF 4E 34
Octal 45 50 344 124 122 0 13 357 116 64
Binary 100101 101000 11100100 1010100 1010010 0 1011 11101111 1001110 110100

Color Harmonies of #2528E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2528E4

Black with #2528E4

Text Example


Text Example

White with #2528E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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