Html Css Color HEX #3536BD Persian Blue

📋 copy color: '#3536BD'

red 53 ◦ green 54 ◦ blue 189

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

Shades of Persian Blue #3536BD

Tints of Persian Blue #3536BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.85%

R = 17.91%
G = 18.24%
B = 63.85%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3536BD (or 0x3536BD) is known color: Persian Blue. HEX triplet: 35, 36 and BD. RGB value is (53,54,189). Sum of RGB (Red+Green+Blue) = 53+54+189=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #3536BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3536BD is #CAC942. Grayscale: #444444. Windows color (decimal): -13289795 or 12400181. OLE color: 12400181.

HSL color Cylindrical-coordinate representation of color #3536BD: hue angle of 239.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3536BD is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 54 189 -
CMYK 0.72 0.71 0 0.26
HSL 239.56º 0.56% 0.47% -
HSV(B) 239.56º 0.72% 0.74% -
XYZ 11.97 7.07 48.88 -
YUV 69.09 195.67 116.52 -
System Red Green Blue C M Y K H S L
Decimal 53 54 189 0.72 0.71 0 0.26 239.56 0.56 0.47
Hex 35 36 BD 48 47 0 1A F0 38 2F
Octal 65 66 275 110 107 0 32 360 70 57
Binary 110101 110110 10111101 1001000 1000111 0 11010 11110000 111000 101111

Color Harmonies of #3536BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3536BD

Black with #3536BD

Text Example


Text Example

White with #3536BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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