Html Css Color HEX #2528EA Persian Blue

📋 copy color: '#2528EA'

red 37 ◦ green 40 ◦ blue 234

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

Shades of Persian Blue #2528EA

Tints of Persian Blue #2528EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 75.24%

R = 11.9%
G = 12.86%
B = 75.24%

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

#2528EA (or 0x2528EA) is known color: Persian Blue. HEX triplet: 25, 28 and EA. RGB value is (37,40,234). Sum of RGB (Red+Green+Blue) = 37+40+234=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #2528EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2528EA is #DAD715. Grayscale: #3C3C3C. Windows color (decimal): -14341910 or 15345701. OLE color: 15345701.

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

Color convert

RGB 37 40 234 -
CMYK 0.84 0.83 0 0.08
HSL 239.09º 0.82% 0.53% -
HSV(B) 239.09º 0.84% 0.92% -
XYZ 16.37 7.85 78.49 -
YUV 61.22 225.51 110.73 -
System Red Green Blue C M Y K H S L
Decimal 37 40 234 0.84 0.83 0 0.08 239.09 0.82 0.53
Hex 25 28 EA 54 53 0 8 EF 52 35
Octal 45 50 352 124 123 0 10 357 122 65
Binary 100101 101000 11101010 1010100 1010011 0 1000 11101111 1010010 110101

Color Harmonies of #2528EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2528EA

Black with #2528EA

Text Example


Text Example

White with #2528EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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