Html Css Color HEX #356E96 Lochmara

📋 copy color: '#356E96'

red 53 ◦ green 110 ◦ blue 150

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

Shades of Lochmara #356E96

Tints of Lochmara #356E96

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 16.93%
G = 35.14%
B = 47.92%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#356E96 (or 0x356E96) is known color: Lochmara. HEX triplet: 35, 6E and 96. RGB value is (53,110,150). Sum of RGB (Red+Green+Blue) = 53+110+150=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #356E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E96 is #CA9169. Grayscale: #616161. Windows color (decimal): -13275498 or 9858613. OLE color: 9858613.

HSL color Cylindrical-coordinate representation of color #356E96: hue angle of 204.74º 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 #356E96 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 110 150 -
CMYK 0.65 0.27 0 0.41
HSL 204.74º 0.48% 0.4% -
HSV(B) 204.74º 0.65% 0.59% -
XYZ 12.55 14.11 30.92 -
YUV 97.52 157.62 96.25 -
System Red Green Blue C M Y K H S L
Decimal 53 110 150 0.65 0.27 0 0.41 204.74 0.48 0.4
Hex 35 6E 96 41 1B 0 29 CD 30 28
Octal 65 156 226 101 33 0 51 315 60 50
Binary 110101 1101110 10010110 1000001 11011 0 101001 11001101 110000 101000

Color Harmonies of #356E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E96

Black with #356E96

Text Example


Text Example

White with #356E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356E96; }

 p { color: rgb(53,110,150); }

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

background-color css

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

 a { background-color: rgb(53,110,150); }

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

border-color css

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

 span { border-color: rgb(53,110,150); }

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