Html Css Color HEX #2529D3 Persian Blue

📋 copy color: '#2529D3'

red 37 ◦ green 41 ◦ blue 211

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

Shades of Persian Blue #2529D3

Tints of Persian Blue #2529D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 73.01%

R = 12.8%
G = 14.19%
B = 73.01%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#2529D3 (or 0x2529D3) is known color: Persian Blue. HEX triplet: 25, 29 and D3. RGB value is (37,41,211). Sum of RGB (Red+Green+Blue) = 37+41+211=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 211 (82.81% from 255 or 73.01% from 289); Max value from RGB is 211 - color contains mainly: blue. Hex color #2529D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2529D3 is #DAD62C. Grayscale: #3A3A3A. Windows color (decimal): -14341677 or 13838629. OLE color: 13838629.

HSL color Cylindrical-coordinate representation of color #2529D3: hue angle of 238.62º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2529D3 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 37 41 211 -
CMYK 0.82 0.81 0 0.17
HSL 238.62º 0.7% 0.49% -
HSV(B) 238.62º 0.82% 0.83% -
XYZ 13.31 6.68 62.22 -
YUV 59.18 213.67 112.18 -
System Red Green Blue C M Y K H S L
Decimal 37 41 211 0.82 0.81 0 0.17 238.62 0.7 0.49
Hex 25 29 D3 52 51 0 11 EF 46 31
Octal 45 51 323 122 121 0 21 357 106 61
Binary 100101 101001 11010011 1010010 1010001 0 10001 11101111 1000110 110001

Color Harmonies of #2529D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529D3

Black with #2529D3

Text Example


Text Example

White with #2529D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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