Html Css Color HEX #3537BF Persian Blue

📋 copy color: '#3537BF'

red 53 ◦ green 55 ◦ blue 191

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

Shades of Persian Blue #3537BF

Tints of Persian Blue #3537BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.88%

R = 17.73%
G = 18.39%
B = 63.88%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3537BF (or 0x3537BF) is known color: Persian Blue. HEX triplet: 35, 37 and BF. RGB value is (53,55,191). Sum of RGB (Red+Green+Blue) = 53+55+191=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #3537BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3537BF is #CAC840. Grayscale: #454545. Windows color (decimal): -13289537 or 12531509. OLE color: 12531509.

HSL color Cylindrical-coordinate representation of color #3537BF: hue angle of 239.13º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3537BF is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 55 191 -
CMYK 0.72 0.71 0 0.25
HSL 239.13º 0.57% 0.48% -
HSV(B) 239.13º 0.72% 0.75% -
XYZ 12.24 7.25 50.04 -
YUV 69.91 196.34 115.94 -
System Red Green Blue C M Y K H S L
Decimal 53 55 191 0.72 0.71 0 0.25 239.13 0.57 0.48
Hex 35 37 BF 48 47 0 19 EF 39 30
Octal 65 67 277 110 107 0 31 357 71 60
Binary 110101 110111 10111111 1001000 1000111 0 11001 11101111 111001 110000

Color Harmonies of #3537BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3537BF

Black with #3537BF

Text Example


Text Example

White with #3537BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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