Html Css Color HEX #536FA3 San Marino

📋 copy color: '#536FA3'

red 83 ◦ green 111 ◦ blue 163

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

Shades of San Marino #536FA3

Tints of San Marino #536FA3

RGB

 RED value IS 83 (32.81% from 255) = 23.25%

 GREEN value IS 111 (43.75% from 255) = 31.09%

 BLUE value IS 163 (64.06% from 255) = 45.66%

R = 23.25%
G = 31.09%
B = 45.66%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#536FA3 (or 0x536FA3) is known color: San Marino. HEX triplet: 53, 6F and A3. RGB value is (83,111,163). Sum of RGB (Red+Green+Blue) = 83+111+163=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #536FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536FA3 is #AC905C. Grayscale: #6C6C6C. Windows color (decimal): -11309149 or 10710867. OLE color: 10710867.

HSL color Cylindrical-coordinate representation of color #536FA3: hue angle of 219º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #536FA3 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 111 163 -
CMYK 0.49 0.32 0 0.36
HSL 219º 0.33% 0.48% -
HSV(B) 219º 0.49% 0.64% -
XYZ 15.86 15.85 36.87 -
YUV 108.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 83 111 163 0.49 0.32 0 0.36 219 0.33 0.48
Hex 53 6F A3 31 20 0 24 DB 21 30
Octal 123 157 243 61 40 0 44 333 41 60
Binary 1010011 1101111 10100011 110001 100000 0 100100 11011011 100001 110000

Color Harmonies of #536FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FA3

Black with #536FA3

Text Example


Text Example

White with #536FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536FA3; }

 p { color: rgb(83,111,163); }

 H1.HeaderClassName
 {
   color: #536FA3;
 }
 .AnyTagClassName
 {
   color: #536FA3;
 }
</style>

background-color css

<style>
 a { background-color: #536FA3; }

 a { background-color: rgb(83,111,163); }

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

border-color css

<style>
 span { border-color: #536FA3; }

 span { border-color: rgb(83,111,163); }

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