Html Css Color HEX #2529EC Persian Blue

📋 copy color: '#2529EC'

red 37 ◦ green 41 ◦ blue 236

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

Shades of Persian Blue #2529EC

Tints of Persian Blue #2529EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 75.16%

R = 11.78%
G = 13.06%
B = 75.16%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2529EC (or 0x2529EC) is known color: Persian Blue. HEX triplet: 25, 29 and EC. RGB value is (37,41,236). Sum of RGB (Red+Green+Blue) = 37+41+236=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #2529EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2529EC is #DAD613. Grayscale: #3D3D3D. Windows color (decimal): -14341652 or 15477029. OLE color: 15477029.

HSL color Cylindrical-coordinate representation of color #2529EC: hue angle of 238.79º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2529EC is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 41 236 -
CMYK 0.84 0.83 0 0.07
HSL 238.79º 0.84% 0.54% -
HSV(B) 238.79º 0.84% 0.93% -
XYZ 16.7 8.04 80.03 -
YUV 62.03 226.17 110.14 -
System Red Green Blue C M Y K H S L
Decimal 37 41 236 0.84 0.83 0 0.07 238.79 0.84 0.54
Hex 25 29 EC 54 53 0 7 EF 54 36
Octal 45 51 354 124 123 0 7 357 124 66
Binary 100101 101001 11101100 1010100 1010011 0 111 11101111 1010100 110110

Color Harmonies of #2529EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529EC

Black with #2529EC

Text Example


Text Example

White with #2529EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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