Html Css Color HEX #356691 Lochmara

📋 copy color: '#356691'

red 53 ◦ green 102 ◦ blue 145

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

Shades of Lochmara #356691

Tints of Lochmara #356691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

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

R = 17.67%
G = 34%
B = 48.33%

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

#356691 (or 0x356691) is known color: Lochmara. HEX triplet: 35, 66 and 91. RGB value is (53,102,145). Sum of RGB (Red+Green+Blue) = 53+102+145=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #356691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356691 is #CA996E. Grayscale: #5C5C5C. Windows color (decimal): -13277551 or 9528885. OLE color: 9528885.

HSL color Cylindrical-coordinate representation of color #356691: hue angle of 208.04º 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 #356691 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 102 145 -
CMYK 0.63 0.30 0 0.43
HSL 208.04º 0.46% 0.39% -
HSV(B) 208.04º 0.63% 0.57% -
XYZ 11.33 12.3 28.57 -
YUV 92.25 157.77 100 -
System Red Green Blue C M Y K H S L
Decimal 53 102 145 0.63 0.30 0 0.43 208.04 0.46 0.39
Hex 35 66 91 3F 1E 0 2B D0 2E 27
Octal 65 146 221 77 36 0 53 320 56 47
Binary 110101 1100110 10010001 111111 11110 0 101011 11010000 101110 100111

Color Harmonies of #356691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356691

Black with #356691

Text Example


Text Example

White with #356691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356691; }

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

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

background-color css

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

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

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

border-color css

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

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

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