Html Css Color HEX #2529E7 Persian Blue

📋 copy color: '#2529E7'

red 37 ◦ green 41 ◦ blue 231

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

Shades of Persian Blue #2529E7

Tints of Persian Blue #2529E7

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.27%

 BLUE value IS 231 (90.63% from 255) = 74.76%

R = 11.97%
G = 13.27%
B = 74.76%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2529E7 (or 0x2529E7) is known color: Persian Blue. HEX triplet: 25, 29 and E7. RGB value is (37,41,231). Sum of RGB (Red+Green+Blue) = 37+41+231=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 231 (90.62% from 255 or 74.76% from 309); Max value from RGB is 231 - color contains mainly: blue. Hex color #2529E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2529E7 is #DAD618. Grayscale: #3C3C3C. Windows color (decimal): -14341657 or 15149349. OLE color: 15149349.

HSL color Cylindrical-coordinate representation of color #2529E7: hue angle of 238.76º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2529E7 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 41 231 -
CMYK 0.84 0.82 0 0.09
HSL 238.76º 0.8% 0.53% -
HSV(B) 238.76º 0.84% 0.91% -
XYZ 15.98 7.75 76.25 -
YUV 61.46 223.67 110.55 -
System Red Green Blue C M Y K H S L
Decimal 37 41 231 0.84 0.82 0 0.09 238.76 0.8 0.53
Hex 25 29 E7 54 52 0 9 EF 50 35
Octal 45 51 347 124 122 0 11 357 120 65
Binary 100101 101001 11100111 1010100 1010010 0 1001 11101111 1010000 110101

Color Harmonies of #2529E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529E7

Black with #2529E7

Text Example


Text Example

White with #2529E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2529E7; }

 p { color: rgb(37,41,231); }

 H1.HeaderClassName
 {
   color: #2529E7;
 }
 .AnyTagClassName
 {
   color: #2529E7;
 }
</style>

background-color css

<style>
 a { background-color: #2529E7; }

 a { background-color: rgb(37,41,231); }

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

border-color css

<style>
 span { border-color: #2529E7; }

 span { border-color: rgb(37,41,231); }

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