Html Css Color HEX #356296 Lochmara

📋 copy color: '#356296'

red 53 ◦ green 98 ◦ blue 150

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

Shades of Lochmara #356296

Tints of Lochmara #356296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.56%

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

R = 17.61%
G = 32.56%
B = 49.83%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#356296 (or 0x356296) is known color: Lochmara. HEX triplet: 35, 62 and 96. RGB value is (53,98,150). Sum of RGB (Red+Green+Blue) = 53+98+150=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #356296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356296 is #CA9D69. Grayscale: #5A5A5A. Windows color (decimal): -13278570 or 9855541. OLE color: 9855541.

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

Color convert

RGB 53 98 150 -
CMYK 0.65 0.35 0 0.41
HSL 212.16º 0.48% 0.4% -
HSV(B) 212.16º 0.65% 0.59% -
XYZ 11.34 11.69 30.51 -
YUV 90.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 53 98 150 0.65 0.35 0 0.41 212.16 0.48 0.4
Hex 35 62 96 41 23 0 29 D4 30 28
Octal 65 142 226 101 43 0 51 324 60 50
Binary 110101 1100010 10010110 1000001 100011 0 101001 11010100 110000 101000

Color Harmonies of #356296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356296

Black with #356296

Text Example


Text Example

White with #356296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356296; }

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

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

background-color css

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

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

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

border-color css

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

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

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