Html Css Color HEX #356497 Lochmara

📋 copy color: '#356497'

red 53 ◦ green 100 ◦ blue 151

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

Shades of Lochmara #356497

Tints of Lochmara #356497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

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

R = 17.43%
G = 32.89%
B = 49.67%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#356497 (or 0x356497) is known color: Lochmara. HEX triplet: 35, 64 and 97. RGB value is (53,100,151). Sum of RGB (Red+Green+Blue) = 53+100+151=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #356497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356497 is #CA9B68. Grayscale: #5B5B5B. Windows color (decimal): -13278057 or 9921589. OLE color: 9921589.

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

Color convert

RGB 53 100 151 -
CMYK 0.65 0.34 0 0.41
HSL 211.22º 0.48% 0.4% -
HSV(B) 211.22º 0.65% 0.59% -
XYZ 11.61 12.11 31 -
YUV 91.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 53 100 151 0.65 0.34 0 0.41 211.22 0.48 0.4
Hex 35 64 97 41 22 0 29 D3 30 28
Octal 65 144 227 101 42 0 51 323 60 50
Binary 110101 1100100 10010111 1000001 100010 0 101001 11010011 110000 101000

Color Harmonies of #356497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356497

Black with #356497

Text Example


Text Example

White with #356497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356497; }

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

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

background-color css

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

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

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

border-color css

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

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

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