Html Css Color HEX #3539AB Persian Blue

📋 copy color: '#3539AB'

red 53 ◦ green 57 ◦ blue 171

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

Shades of Persian Blue #3539AB

Tints of Persian Blue #3539AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 18.86%
G = 20.28%
B = 60.85%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3539AB (or 0x3539AB) is known color: Persian Blue. HEX triplet: 35, 39 and AB. RGB value is (53,57,171). Sum of RGB (Red+Green+Blue) = 53+57+171=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #3539AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3539AB is #CAC654. Grayscale: #444444. Windows color (decimal): -13289045 or 11221301. OLE color: 11221301.

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

Color convert

RGB 53 57 171 -
CMYK 0.69 0.67 0 0.33
HSL 237.97º 0.53% 0.44% -
HSV(B) 237.97º 0.69% 0.67% -
XYZ 10.28 6.62 39.26 -
YUV 68.8 185.67 116.73 -
System Red Green Blue C M Y K H S L
Decimal 53 57 171 0.69 0.67 0 0.33 237.97 0.53 0.44
Hex 35 39 AB 45 43 0 21 EE 35 2C
Octal 65 71 253 105 103 0 41 356 65 54
Binary 110101 111001 10101011 1000101 1000011 0 100001 11101110 110101 101100

Color Harmonies of #3539AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3539AB

Black with #3539AB

Text Example


Text Example

White with #3539AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3539AB; }

 p { color: rgb(53,57,171); }

 H1.HeaderClassName
 {
   color: #3539AB;
 }
 .AnyTagClassName
 {
   color: #3539AB;
 }
</style>

background-color css

<style>
 a { background-color: #3539AB; }

 a { background-color: rgb(53,57,171); }

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

border-color css

<style>
 span { border-color: #3539AB; }

 span { border-color: rgb(53,57,171); }

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