Html Css Color HEX #356697 Lochmara

📋 copy color: '#356697'

red 53 ◦ green 102 ◦ blue 151

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

Shades of Lochmara #356697

Tints of Lochmara #356697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

 BLUE value IS 151 (59.38% from 255) = 49.35%

R = 17.32%
G = 33.33%
B = 49.35%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#356697 (or 0x356697) is known color: Lochmara. HEX triplet: 35, 66 and 97. RGB value is (53,102,151). Sum of RGB (Red+Green+Blue) = 53+102+151=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #356697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356697 is #CA9968. Grayscale: #5C5C5C. Windows color (decimal): -13277545 or 9922101. OLE color: 9922101.

HSL color Cylindrical-coordinate representation of color #356697: hue angle of 210º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356697 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 102 151 -
CMYK 0.65 0.32 0 0.41
HSL 210º 0.48% 0.4% -
HSV(B) 210º 0.65% 0.59% -
XYZ 11.81 12.49 31.07 -
YUV 92.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 53 102 151 0.65 0.32 0 0.41 210 0.48 0.4
Hex 35 66 97 41 20 0 29 D2 30 28
Octal 65 146 227 101 40 0 51 322 60 50
Binary 110101 1100110 10010111 1000001 100000 0 101001 11010010 110000 101000

Color Harmonies of #356697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356697

Black with #356697

Text Example


Text Example

White with #356697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356697; }

 p { color: rgb(53,102,151); }

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

background-color css

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

 a { background-color: rgb(53,102,151); }

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

border-color css

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

 span { border-color: rgb(53,102,151); }

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