Html Css Color HEX #356996 Lochmara

📋 copy color: '#356996'

red 53 ◦ green 105 ◦ blue 150

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

Shades of Lochmara #356996

Tints of Lochmara #356996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.09%

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

R = 17.21%
G = 34.09%
B = 48.7%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#356996 (or 0x356996) is known color: Lochmara. HEX triplet: 35, 69 and 96. RGB value is (53,105,150). Sum of RGB (Red+Green+Blue) = 53+105+150=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #356996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356996 is #CA9669. Grayscale: #5E5E5E. Windows color (decimal): -13276778 or 9857333. OLE color: 9857333.

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

Color convert

RGB 53 105 150 -
CMYK 0.65 0.30 0 0.41
HSL 207.84º 0.48% 0.4% -
HSV(B) 207.84º 0.65% 0.59% -
XYZ 12.02 13.06 30.74 -
YUV 94.58 159.27 98.34 -
System Red Green Blue C M Y K H S L
Decimal 53 105 150 0.65 0.30 0 0.41 207.84 0.48 0.4
Hex 35 69 96 41 1E 0 29 D0 30 28
Octal 65 151 226 101 36 0 51 320 60 50
Binary 110101 1101001 10010110 1000001 11110 0 101001 11010000 110000 101000

Color Harmonies of #356996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356996

Black with #356996

Text Example


Text Example

White with #356996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356996; }

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

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

background-color css

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

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

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

border-color css

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

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

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