Html Css Color HEX #356896 Lochmara

📋 copy color: '#356896'

red 53 ◦ green 104 ◦ blue 150

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

Shades of Lochmara #356896

Tints of Lochmara #356896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.88%

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

R = 17.26%
G = 33.88%
B = 48.86%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#356896 (or 0x356896) is known color: Lochmara. HEX triplet: 35, 68 and 96. RGB value is (53,104,150). Sum of RGB (Red+Green+Blue) = 53+104+150=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #356896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356896 is #CA9769. Grayscale: #5D5D5D. Windows color (decimal): -13277034 or 9857077. OLE color: 9857077.

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

Color convert

RGB 53 104 150 -
CMYK 0.65 0.31 0 0.41
HSL 208.45º 0.48% 0.4% -
HSV(B) 208.45º 0.65% 0.59% -
XYZ 11.92 12.86 30.71 -
YUV 94 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 53 104 150 0.65 0.31 0 0.41 208.45 0.48 0.4
Hex 35 68 96 41 1F 0 29 D0 30 28
Octal 65 150 226 101 37 0 51 320 60 50
Binary 110101 1101000 10010110 1000001 11111 0 101001 11010000 110000 101000

Color Harmonies of #356896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356896

Black with #356896

Text Example


Text Example

White with #356896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356896; }

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

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

background-color css

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

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

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

border-color css

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

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

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