Html Css Color HEX #356895 Lochmara

📋 copy color: '#356895'

red 53 ◦ green 104 ◦ blue 149

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

Shades of Lochmara #356895

Tints of Lochmara #356895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 17.32%
G = 33.99%
B = 48.69%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356895 (or 0x356895) is known color: Lochmara. HEX triplet: 35, 68 and 95. RGB value is (53,104,149). Sum of RGB (Red+Green+Blue) = 53+104+149=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #356895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356895 is #CA976A. Grayscale: #5D5D5D. Windows color (decimal): -13277035 or 9791541. OLE color: 9791541.

HSL color Cylindrical-coordinate representation of color #356895: hue angle of 208.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356895 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 104 149 -
CMYK 0.64 0.30 0 0.42
HSL 208.13º 0.48% 0.4% -
HSV(B) 208.13º 0.64% 0.58% -
XYZ 11.84 12.83 30.29 -
YUV 93.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 53 104 149 0.64 0.30 0 0.42 208.13 0.48 0.4
Hex 35 68 95 40 1E 0 2A D0 30 28
Octal 65 150 225 100 36 0 52 320 60 50
Binary 110101 1101000 10010101 1000000 11110 0 101010 11010000 110000 101000

Color Harmonies of #356895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356895

Black with #356895

Text Example


Text Example

White with #356895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356895; }

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

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

background-color css

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

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

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

border-color css

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

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

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