Html Css Color HEX #356EAE Lochmara

📋 copy color: '#356EAE'

red 53 ◦ green 110 ◦ blue 174

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

Shades of Lochmara #356EAE

Tints of Lochmara #356EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.64%

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 15.73%
G = 32.64%
B = 51.63%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#356EAE (or 0x356EAE) is known color: Lochmara. HEX triplet: 35, 6E and AE. RGB value is (53,110,174). Sum of RGB (Red+Green+Blue) = 53+110+174=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #356EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356EAE is #CA9151. Grayscale: #636363. Windows color (decimal): -13275474 or 11431477. OLE color: 11431477.

HSL color Cylindrical-coordinate representation of color #356EAE: hue angle of 211.74º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #356EAE is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 110 174 -
CMYK 0.70 0.37 0 0.32
HSL 211.74º 0.53% 0.45% -
HSV(B) 211.74º 0.7% 0.68% -
XYZ 14.68 14.96 42.16 -
YUV 100.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 53 110 174 0.70 0.37 0 0.32 211.74 0.53 0.45
Hex 35 6E AE 46 25 0 20 D4 35 2D
Octal 65 156 256 106 45 0 40 324 65 55
Binary 110101 1101110 10101110 1000110 100101 0 100000 11010100 110101 101101

Color Harmonies of #356EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EAE

Black with #356EAE

Text Example


Text Example

White with #356EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356EAE; }

 p { color: rgb(53,110,174); }

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

background-color css

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

 a { background-color: rgb(53,110,174); }

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

border-color css

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

 span { border-color: rgb(53,110,174); }

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