Html Css Color HEX #356591 Lochmara

📋 copy color: '#356591'

red 53 ◦ green 101 ◦ blue 145

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

Shades of Lochmara #356591

Tints of Lochmara #356591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.49%

R = 17.73%
G = 33.78%
B = 48.49%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#356591 (or 0x356591) is known color: Lochmara. HEX triplet: 35, 65 and 91. RGB value is (53,101,145). Sum of RGB (Red+Green+Blue) = 53+101+145=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #356591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356591 is #CA9A6E. Grayscale: #5B5B5B. Windows color (decimal): -13277807 or 9528629. OLE color: 9528629.

HSL color Cylindrical-coordinate representation of color #356591: hue angle of 208.7º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356591 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 101 145 -
CMYK 0.63 0.30 0 0.43
HSL 208.7º 0.46% 0.39% -
HSV(B) 208.7º 0.63% 0.57% -
XYZ 11.23 12.11 28.53 -
YUV 91.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 53 101 145 0.63 0.30 0 0.43 208.7 0.46 0.39
Hex 35 65 91 3F 1E 0 2B D1 2E 27
Octal 65 145 221 77 36 0 53 321 56 47
Binary 110101 1100101 10010001 111111 11110 0 101011 11010001 101110 100111

Color Harmonies of #356591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356591

Black with #356591

Text Example


Text Example

White with #356591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356591; }

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

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

background-color css

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

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

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

border-color css

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

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

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