Html Css Color HEX #356295 Lochmara

📋 copy color: '#356295'

red 53 ◦ green 98 ◦ blue 149

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

Shades of Lochmara #356295

Tints of Lochmara #356295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 17.67%
G = 32.67%
B = 49.67%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356295 (or 0x356295) is known color: Lochmara. HEX triplet: 35, 62 and 95. RGB value is (53,98,149). Sum of RGB (Red+Green+Blue) = 53+98+149=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #356295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356295 is #CA9D6A. Grayscale: #5A5A5A. Windows color (decimal): -13278571 or 9790005. OLE color: 9790005.

HSL color Cylindrical-coordinate representation of color #356295: hue angle of 211.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356295 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 98 149 -
CMYK 0.64 0.34 0 0.42
HSL 211.88º 0.48% 0.4% -
HSV(B) 211.88º 0.64% 0.58% -
XYZ 11.26 11.66 30.09 -
YUV 90.36 161.09 101.35 -
System Red Green Blue C M Y K H S L
Decimal 53 98 149 0.64 0.34 0 0.42 211.88 0.48 0.4
Hex 35 62 95 40 22 0 2A D4 30 28
Octal 65 142 225 100 42 0 52 324 60 50
Binary 110101 1100010 10010101 1000000 100010 0 101010 11010100 110000 101000

Color Harmonies of #356295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356295

Black with #356295

Text Example


Text Example

White with #356295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356295; }

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

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

background-color css

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

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

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

border-color css

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

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

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