Html Css Color HEX #356E99 Lochmara

📋 copy color: '#356E99'

red 53 ◦ green 110 ◦ blue 153

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

Shades of Lochmara #356E99

Tints of Lochmara #356E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 16.77%
G = 34.81%
B = 48.42%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#356E99 (or 0x356E99) is known color: Lochmara. HEX triplet: 35, 6E and 99. RGB value is (53,110,153). Sum of RGB (Red+Green+Blue) = 53+110+153=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #356E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E99 is #CA9166. Grayscale: #616161. Windows color (decimal): -13275495 or 10055221. OLE color: 10055221.

HSL color Cylindrical-coordinate representation of color #356E99: hue angle of 205.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356E99 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 110 153 -
CMYK 0.65 0.28 0 0.4
HSL 205.8º 0.49% 0.4% -
HSV(B) 205.8º 0.65% 0.6% -
XYZ 12.79 14.21 32.21 -
YUV 97.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 53 110 153 0.65 0.28 0 0.4 205.8 0.49 0.4
Hex 35 6E 99 41 1C 0 28 CE 31 28
Octal 65 156 231 101 34 0 50 316 61 50
Binary 110101 1101110 10011001 1000001 11100 0 101000 11001110 110001 101000

Color Harmonies of #356E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E99

Black with #356E99

Text Example


Text Example

White with #356E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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