Html Css Color HEX #356899 Lochmara

📋 copy color: '#356899'

red 53 ◦ green 104 ◦ blue 153

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

Shades of Lochmara #356899

Tints of Lochmara #356899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

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

R = 17.1%
G = 33.55%
B = 49.35%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#356899 (or 0x356899) is known color: Lochmara. HEX triplet: 35, 68 and 99. RGB value is (53,104,153). Sum of RGB (Red+Green+Blue) = 53+104+153=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #356899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356899 is #CA9766. Grayscale: #5E5E5E. Windows color (decimal): -13277031 or 10053685. OLE color: 10053685.

HSL color Cylindrical-coordinate representation of color #356899: hue angle of 209.4º 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 #356899 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 104 153 -
CMYK 0.65 0.32 0 0.4
HSL 209.4º 0.49% 0.4% -
HSV(B) 209.4º 0.65% 0.6% -
XYZ 12.17 12.96 32 -
YUV 94.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 53 104 153 0.65 0.32 0 0.4 209.4 0.49 0.4
Hex 35 68 99 41 20 0 28 D1 31 28
Octal 65 150 231 101 40 0 50 321 61 50
Binary 110101 1101000 10011001 1000001 100000 0 101000 11010001 110001 101000

Color Harmonies of #356899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356899

Black with #356899

Text Example


Text Example

White with #356899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356899; }

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

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

background-color css

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

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

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

border-color css

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

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

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