Html Css Color HEX #356EAA Lochmara

📋 copy color: '#356EAA'

red 53 ◦ green 110 ◦ blue 170

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

Shades of Lochmara #356EAA

Tints of Lochmara #356EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 15.92%
G = 33.03%
B = 51.05%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#356EAA (or 0x356EAA) is known color: Lochmara. HEX triplet: 35, 6E and AA. RGB value is (53,110,170). Sum of RGB (Red+Green+Blue) = 53+110+170=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #356EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356EAA is #CA9155. Grayscale: #636363. Windows color (decimal): -13275478 or 11169333. OLE color: 11169333.

HSL color Cylindrical-coordinate representation of color #356EAA: hue angle of 210.77º degrees, saturation: 0.52, 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 #356EAA is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 110 170 -
CMYK 0.69 0.35 0 0.33
HSL 210.77º 0.52% 0.44% -
HSV(B) 210.77º 0.69% 0.67% -
XYZ 14.3 14.81 40.14 -
YUV 99.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 53 110 170 0.69 0.35 0 0.33 210.77 0.52 0.44
Hex 35 6E AA 45 23 0 21 D3 34 2C
Octal 65 156 252 105 43 0 41 323 64 54
Binary 110101 1101110 10101010 1000101 100011 0 100001 11010011 110100 101100

Color Harmonies of #356EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EAA

Black with #356EAA

Text Example


Text Example

White with #356EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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