Html Css Color HEX #356EAD Lochmara

📋 copy color: '#356EAD'

red 53 ◦ green 110 ◦ blue 173

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

Shades of Lochmara #356EAD

Tints of Lochmara #356EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 15.77%
G = 32.74%
B = 51.49%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#356EAD (or 0x356EAD) is known color: Lochmara. HEX triplet: 35, 6E and AD. RGB value is (53,110,173). Sum of RGB (Red+Green+Blue) = 53+110+173=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #356EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356EAD is #CA9152. Grayscale: #636363. Windows color (decimal): -13275475 or 11365941. OLE color: 11365941.

HSL color Cylindrical-coordinate representation of color #356EAD: hue angle of 211.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #356EAD is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 110 173 -
CMYK 0.69 0.36 0 0.32
HSL 211.5º 0.53% 0.44% -
HSV(B) 211.5º 0.69% 0.68% -
XYZ 14.59 14.93 41.65 -
YUV 100.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 53 110 173 0.69 0.36 0 0.32 211.5 0.53 0.44
Hex 35 6E AD 45 24 0 20 D4 35 2C
Octal 65 156 255 105 44 0 40 324 65 54
Binary 110101 1101110 10101101 1000101 100100 0 100000 11010100 110101 101100

Color Harmonies of #356EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EAD

Black with #356EAD

Text Example


Text Example

White with #356EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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