Html Css Color HEX #2529EA Persian Blue

📋 copy color: '#2529EA'

red 37 ◦ green 41 ◦ blue 234

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

Shades of Persian Blue #2529EA

Tints of Persian Blue #2529EA

RGB

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

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

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

R = 11.86%
G = 13.14%
B = 75%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2529EA (or 0x2529EA) is known color: Persian Blue. HEX triplet: 25, 29 and EA. RGB value is (37,41,234). Sum of RGB (Red+Green+Blue) = 37+41+234=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #2529EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2529EA is #DAD615. Grayscale: #3D3D3D. Windows color (decimal): -14341654 or 15345957. OLE color: 15345957.

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

Color convert

RGB 37 41 234 -
CMYK 0.84 0.82 0 0.08
HSL 238.78º 0.82% 0.53% -
HSV(B) 238.78º 0.84% 0.92% -
XYZ 16.41 7.92 78.51 -
YUV 61.81 225.17 110.31 -
System Red Green Blue C M Y K H S L
Decimal 37 41 234 0.84 0.82 0 0.08 238.78 0.82 0.53
Hex 25 29 EA 54 52 0 8 EF 52 35
Octal 45 51 352 124 122 0 10 357 122 65
Binary 100101 101001 11101010 1010100 1010010 0 1000 11101111 1010010 110101

Color Harmonies of #2529EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529EA

Black with #2529EA

Text Example


Text Example

White with #2529EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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