Html Css Color HEX #3537AD Persian Blue

📋 copy color: '#3537AD'

red 53 ◦ green 55 ◦ blue 173

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

Shades of Persian Blue #3537AD

Tints of Persian Blue #3537AD

RGB

 RED value IS 53 (21.09% from 255) = 18.86%

 GREEN value IS 55 (21.88% from 255) = 19.57%

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

R = 18.86%
G = 19.57%
B = 61.57%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3537AD (or 0x3537AD) is known color: Persian Blue. HEX triplet: 35, 37 and AD. RGB value is (53,55,173). Sum of RGB (Red+Green+Blue) = 53+55+173=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #3537AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3537AD is #CAC852. Grayscale: #434343. Windows color (decimal): -13289555 or 11351861. OLE color: 11351861.

HSL color Cylindrical-coordinate representation of color #3537AD: hue angle of 239º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3537AD is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 55 173 -
CMYK 0.69 0.68 0 0.32
HSL 239º 0.53% 0.44% -
HSV(B) 239º 0.69% 0.68% -
XYZ 10.38 6.51 40.24 -
YUV 67.85 187.34 117.41 -
System Red Green Blue C M Y K H S L
Decimal 53 55 173 0.69 0.68 0 0.32 239 0.53 0.44
Hex 35 37 AD 45 44 0 20 EF 35 2C
Octal 65 67 255 105 104 0 40 357 65 54
Binary 110101 110111 10101101 1000101 1000100 0 100000 11101111 110101 101100

Color Harmonies of #3537AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3537AD

Black with #3537AD

Text Example


Text Example

White with #3537AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,55,173); }

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

background-color css

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

 a { background-color: rgb(53,55,173); }

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

border-color css

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

 span { border-color: rgb(53,55,173); }

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