Html Css Color HEX #2529DD Persian Blue

📋 copy color: '#2529DD'

red 37 ◦ green 41 ◦ blue 221

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

Shades of Persian Blue #2529DD

Tints of Persian Blue #2529DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.91%

R = 12.37%
G = 13.71%
B = 73.91%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2529DD (or 0x2529DD) is known color: Persian Blue. HEX triplet: 25, 29 and DD. RGB value is (37,41,221). Sum of RGB (Red+Green+Blue) = 37+41+221=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #2529DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2529DD is #DAD622. Grayscale: #3B3B3B. Windows color (decimal): -14341667 or 14493989. OLE color: 14493989.

HSL color Cylindrical-coordinate representation of color #2529DD: hue angle of 238.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2529DD is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 41 221 -
CMYK 0.83 0.81 0 0.13
HSL 238.7º 0.73% 0.51% -
HSV(B) 238.7º 0.83% 0.87% -
XYZ 14.61 7.2 69.03 -
YUV 60.32 218.67 111.36 -
System Red Green Blue C M Y K H S L
Decimal 37 41 221 0.83 0.81 0 0.13 238.7 0.73 0.51
Hex 25 29 DD 53 51 0 D EF 49 33
Octal 45 51 335 123 121 0 15 357 111 63
Binary 100101 101001 11011101 1010011 1010001 0 1101 11101111 1001001 110011

Color Harmonies of #2529DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2529DD

Black with #2529DD

Text Example


Text Example

White with #2529DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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