Html Css Color HEX #356396 Lochmara

📋 copy color: '#356396'

red 53 ◦ green 99 ◦ blue 150

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

Shades of Lochmara #356396

Tints of Lochmara #356396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.78%

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

R = 17.55%
G = 32.78%
B = 49.67%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#356396 (or 0x356396) is known color: Lochmara. HEX triplet: 35, 63 and 96. RGB value is (53,99,150). Sum of RGB (Red+Green+Blue) = 53+99+150=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #356396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356396 is #CA9C69. Grayscale: #5A5A5A. Windows color (decimal): -13278314 or 9855797. OLE color: 9855797.

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

Color convert

RGB 53 99 150 -
CMYK 0.65 0.34 0 0.41
HSL 211.55º 0.48% 0.4% -
HSV(B) 211.55º 0.65% 0.59% -
XYZ 11.44 11.88 30.55 -
YUV 91.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 53 99 150 0.65 0.34 0 0.41 211.55 0.48 0.4
Hex 35 63 96 41 22 0 29 D4 30 28
Octal 65 143 226 101 42 0 51 324 60 50
Binary 110101 1100011 10010110 1000001 100010 0 101001 11010100 110000 101000

Color Harmonies of #356396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356396

Black with #356396

Text Example


Text Example

White with #356396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356396; }

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

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

background-color css

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

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

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

border-color css

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

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

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