Html Css Color HEX #3536AA Persian Blue

📋 copy color: '#3536AA'

red 53 ◦ green 54 ◦ blue 170

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

Shades of Persian Blue #3536AA

Tints of Persian Blue #3536AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.49%

 BLUE value IS 170 (66.8% from 255) = 61.37%

R = 19.13%
G = 19.49%
B = 61.37%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3536AA (or 0x3536AA) is known color: Persian Blue. HEX triplet: 35, 36 and AA. RGB value is (53,54,170). Sum of RGB (Red+Green+Blue) = 53+54+170=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #3536AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3536AA is #CAC955. Grayscale: #424242. Windows color (decimal): -13289814 or 11154997. OLE color: 11154997.

HSL color Cylindrical-coordinate representation of color #3536AA: hue angle of 239.49º degrees, saturation: 0.52, 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 #3536AA is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 54 170 -
CMYK 0.69 0.68 0 0.33
HSL 239.49º 0.52% 0.44% -
HSV(B) 239.49º 0.69% 0.67% -
XYZ 10.04 6.3 38.72 -
YUV 66.93 186.17 118.07 -
System Red Green Blue C M Y K H S L
Decimal 53 54 170 0.69 0.68 0 0.33 239.49 0.52 0.44
Hex 35 36 AA 45 44 0 21 EF 34 2C
Octal 65 66 252 105 104 0 41 357 64 54
Binary 110101 110110 10101010 1000101 1000100 0 100001 11101111 110100 101100

Color Harmonies of #3536AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3536AA

Black with #3536AA

Text Example


Text Example

White with #3536AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3536AA; }

 p { color: rgb(53,54,170); }

 H1.HeaderClassName
 {
   color: #3536AA;
 }
 .AnyTagClassName
 {
   color: #3536AA;
 }
</style>

background-color css

<style>
 a { background-color: #3536AA; }

 a { background-color: rgb(53,54,170); }

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

border-color css

<style>
 span { border-color: #3536AA; }

 span { border-color: rgb(53,54,170); }

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