Html Css Color HEX #3576AB Lochmara

📋 copy color: '#3576AB'

red 53 ◦ green 118 ◦ blue 171

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

Shades of Lochmara #3576AB

Tints of Lochmara #3576AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

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

R = 15.5%
G = 34.5%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3576AB (or 0x3576AB) is known color: Lochmara. HEX triplet: 35, 76 and AB. RGB value is (53,118,171). Sum of RGB (Red+Green+Blue) = 53+118+171=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #3576AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3576AB is #CA8954. Grayscale: #686868. Windows color (decimal): -13273429 or 11236917. OLE color: 11236917.

HSL color Cylindrical-coordinate representation of color #3576AB: hue angle of 206.95º 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 #3576AB is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 118 171 -
CMYK 0.69 0.31 0 0.33
HSL 206.95º 0.53% 0.44% -
HSV(B) 206.95º 0.69% 0.67% -
XYZ 15.3 16.65 40.94 -
YUV 104.61 165.47 91.19 -
System Red Green Blue C M Y K H S L
Decimal 53 118 171 0.69 0.31 0 0.33 206.95 0.53 0.44
Hex 35 76 AB 45 1F 0 21 CF 35 2C
Octal 65 166 253 105 37 0 41 317 65 54
Binary 110101 1110110 10101011 1000101 11111 0 100001 11001111 110101 101100

Color Harmonies of #3576AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3576AB

Black with #3576AB

Text Example


Text Example

White with #3576AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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