Html Css Color HEX #356595 Lochmara

📋 copy color: '#356595'

red 53 ◦ green 101 ◦ blue 149

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

Shades of Lochmara #356595

Tints of Lochmara #356595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.33%

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

R = 17.49%
G = 33.33%
B = 49.17%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#356595 (or 0x356595) is known color: Lochmara. HEX triplet: 35, 65 and 95. RGB value is (53,101,149). Sum of RGB (Red+Green+Blue) = 53+101+149=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #356595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356595 is #CA9A6A. Grayscale: #5B5B5B. Windows color (decimal): -13277803 or 9790773. OLE color: 9790773.

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

Color convert

RGB 53 101 149 -
CMYK 0.64 0.32 0 0.42
HSL 210º 0.48% 0.4% -
HSV(B) 210º 0.64% 0.58% -
XYZ 11.55 12.23 30.19 -
YUV 92.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 53 101 149 0.64 0.32 0 0.42 210 0.48 0.4
Hex 35 65 95 40 20 0 2A D2 30 28
Octal 65 145 225 100 40 0 52 322 60 50
Binary 110101 1100101 10010101 1000000 100000 0 101010 11010010 110000 101000

Color Harmonies of #356595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356595

Black with #356595

Text Example


Text Example

White with #356595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356595; }

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

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

background-color css

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

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

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

border-color css

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

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

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