Html Css Color HEX #356696 Lochmara

📋 copy color: '#356696'

red 53 ◦ green 102 ◦ blue 150

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

Shades of Lochmara #356696

Tints of Lochmara #356696

RGB

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

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

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

R = 17.38%
G = 33.44%
B = 49.18%

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

#356696 (or 0x356696) is known color: Lochmara. HEX triplet: 35, 66 and 96. RGB value is (53,102,150). Sum of RGB (Red+Green+Blue) = 53+102+150=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #356696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356696 is #CA9969. Grayscale: #5C5C5C. Windows color (decimal): -13277546 or 9856565. OLE color: 9856565.

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

Color convert

RGB 53 102 150 -
CMYK 0.65 0.32 0 0.41
HSL 209.69º 0.48% 0.4% -
HSV(B) 209.69º 0.65% 0.59% -
XYZ 11.72 12.46 30.64 -
YUV 92.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 53 102 150 0.65 0.32 0 0.41 209.69 0.48 0.4
Hex 35 66 96 41 20 0 29 D2 30 28
Octal 65 146 226 101 40 0 51 322 60 50
Binary 110101 1100110 10010110 1000001 100000 0 101001 11010010 110000 101000

Color Harmonies of #356696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356696

Black with #356696

Text Example


Text Example

White with #356696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356696; }

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

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

background-color css

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

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

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

border-color css

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

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

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