Html Css Color HEX #356597 Lochmara

📋 copy color: '#356597'

red 53 ◦ green 101 ◦ blue 151

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

Shades of Lochmara #356597

Tints of Lochmara #356597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

 BLUE value IS 151 (59.38% from 255) = 49.51%

R = 17.38%
G = 33.11%
B = 49.51%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#356597 (or 0x356597) is known color: Lochmara. HEX triplet: 35, 65 and 97. RGB value is (53,101,151). Sum of RGB (Red+Green+Blue) = 53+101+151=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #356597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356597 is #CA9A68. Grayscale: #5C5C5C. Windows color (decimal): -13277801 or 9921845. OLE color: 9921845.

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

Color convert

RGB 53 101 151 -
CMYK 0.65 0.33 0 0.41
HSL 210.61º 0.48% 0.4% -
HSV(B) 210.61º 0.65% 0.59% -
XYZ 11.71 12.3 31.03 -
YUV 92.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 53 101 151 0.65 0.33 0 0.41 210.61 0.48 0.4
Hex 35 65 97 41 21 0 29 D3 30 28
Octal 65 145 227 101 41 0 51 323 60 50
Binary 110101 1100101 10010111 1000001 100001 0 101001 11010011 110000 101000

Color Harmonies of #356597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356597

Black with #356597

Text Example


Text Example

White with #356597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356597; }

 p { color: rgb(53,101,151); }

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

background-color css

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

 a { background-color: rgb(53,101,151); }

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

border-color css

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

 span { border-color: rgb(53,101,151); }

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