Html Css Color HEX #2532AD Persian Blue

📋 copy color: '#2532AD'

red 37 ◦ green 50 ◦ blue 173

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

Shades of Persian Blue #2532AD

Tints of Persian Blue #2532AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.23%

 BLUE value IS 173 (67.97% from 255) = 66.54%

R = 14.23%
G = 19.23%
B = 66.54%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2532AD (or 0x2532AD) is known color: Persian Blue. HEX triplet: 25, 32 and AD. RGB value is (37,50,173). Sum of RGB (Red+Green+Blue) = 37+50+173=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #2532AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2532AD is #DACD52. Grayscale: #3B3B3B. Windows color (decimal): -14339411 or 11350565. OLE color: 11350565.

HSL color Cylindrical-coordinate representation of color #2532AD: hue angle of 234.26º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2532AD is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 50 173 -
CMYK 0.79 0.71 0 0.32
HSL 234.26º 0.65% 0.41% -
HSV(B) 234.26º 0.79% 0.68% -
XYZ 9.45 5.69 40.14 -
YUV 60.14 191.69 111.5 -
System Red Green Blue C M Y K H S L
Decimal 37 50 173 0.79 0.71 0 0.32 234.26 0.65 0.41
Hex 25 32 AD 4F 47 0 20 EA 41 29
Octal 45 62 255 117 107 0 40 352 101 51
Binary 100101 110010 10101101 1001111 1000111 0 100000 11101010 1000001 101001

Color Harmonies of #2532AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2532AD

Black with #2532AD

Text Example


Text Example

White with #2532AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2532AD; }

 p { color: rgb(37,50,173); }

 H1.HeaderClassName
 {
   color: #2532AD;
 }
 .AnyTagClassName
 {
   color: #2532AD;
 }
</style>

background-color css

<style>
 a { background-color: #2532AD; }

 a { background-color: rgb(37,50,173); }

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

border-color css

<style>
 span { border-color: #2532AD; }

 span { border-color: rgb(37,50,173); }

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