Html Css Color HEX #356EAB Lochmara

📋 copy color: '#356EAB'

red 53 ◦ green 110 ◦ blue 171

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

Shades of Lochmara #356EAB

Tints of Lochmara #356EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 15.87%
G = 32.93%
B = 51.2%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#356EAB (or 0x356EAB) is known color: Lochmara. HEX triplet: 35, 6E and AB. RGB value is (53,110,171). Sum of RGB (Red+Green+Blue) = 53+110+171=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #356EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356EAB is #CA9154. Grayscale: #636363. Windows color (decimal): -13275477 or 11234869. OLE color: 11234869.

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

Color convert

RGB 53 110 171 -
CMYK 0.69 0.36 0 0.33
HSL 211.02º 0.53% 0.44% -
HSV(B) 211.02º 0.69% 0.67% -
XYZ 14.39 14.85 40.64 -
YUV 99.91 168.12 94.54 -
System Red Green Blue C M Y K H S L
Decimal 53 110 171 0.69 0.36 0 0.33 211.02 0.53 0.44
Hex 35 6E AB 45 24 0 21 D3 35 2C
Octal 65 156 253 105 44 0 41 323 65 54
Binary 110101 1101110 10101011 1000101 100100 0 100001 11010011 110101 101100

Color Harmonies of #356EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EAB

Black with #356EAB

Text Example


Text Example

White with #356EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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