Html Css Color HEX #356995 Lochmara

📋 copy color: '#356995'

red 53 ◦ green 105 ◦ blue 149

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

Shades of Lochmara #356995

Tints of Lochmara #356995

RGB

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

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

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

R = 17.26%
G = 34.2%
B = 48.53%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356995 (or 0x356995) is known color: Lochmara. HEX triplet: 35, 69 and 95. RGB value is (53,105,149). Sum of RGB (Red+Green+Blue) = 53+105+149=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #356995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356995 is #CA966A. Grayscale: #5E5E5E. Windows color (decimal): -13276779 or 9791797. OLE color: 9791797.

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

Color convert

RGB 53 105 149 -
CMYK 0.64 0.30 0 0.42
HSL 207.5º 0.48% 0.4% -
HSV(B) 207.5º 0.64% 0.58% -
XYZ 11.94 13.03 30.32 -
YUV 94.47 158.77 98.42 -
System Red Green Blue C M Y K H S L
Decimal 53 105 149 0.64 0.30 0 0.42 207.5 0.48 0.4
Hex 35 69 95 40 1E 0 2A D0 30 28
Octal 65 151 225 100 36 0 52 320 60 50
Binary 110101 1101001 10010101 1000000 11110 0 101010 11010000 110000 101000

Color Harmonies of #356995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356995

Black with #356995

Text Example


Text Example

White with #356995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356995; }

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

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

background-color css

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

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

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

border-color css

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

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

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