Html Css Color HEX #356F96 Lochmara

📋 copy color: '#356F96'

red 53 ◦ green 111 ◦ blue 150

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

Shades of Lochmara #356F96

Tints of Lochmara #356F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

 BLUE value IS 150 (58.98% from 255) = 47.77%

R = 16.88%
G = 35.35%
B = 47.77%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#356F96 (or 0x356F96) is known color: Lochmara. HEX triplet: 35, 6F and 96. RGB value is (53,111,150). Sum of RGB (Red+Green+Blue) = 53+111+150=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #356F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F96 is #CA9069. Grayscale: #616161. Windows color (decimal): -13275242 or 9858869. OLE color: 9858869.

HSL color Cylindrical-coordinate representation of color #356F96: hue angle of 204.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356F96 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 111 150 -
CMYK 0.65 0.26 0 0.41
HSL 204.12º 0.48% 0.4% -
HSV(B) 204.12º 0.65% 0.59% -
XYZ 12.66 14.33 30.95 -
YUV 98.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 53 111 150 0.65 0.26 0 0.41 204.12 0.48 0.4
Hex 35 6F 96 41 1A 0 29 CC 30 28
Octal 65 157 226 101 32 0 51 314 60 50
Binary 110101 1101111 10010110 1000001 11010 0 101001 11001100 110000 101000

Color Harmonies of #356F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F96

Black with #356F96

Text Example


Text Example

White with #356F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356F96; }

 p { color: rgb(53,111,150); }

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

background-color css

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

 a { background-color: rgb(53,111,150); }

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

border-color css

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

 span { border-color: rgb(53,111,150); }

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