Html Css Color HEX #337096 Lochmara

📋 copy color: '#337096'

red 51 ◦ green 112 ◦ blue 150

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

Shades of Lochmara #337096

Tints of Lochmara #337096

RGB

 RED value IS 51 (20.31% from 255) = 16.29%

 GREEN value IS 112 (44.14% from 255) = 35.78%

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

R = 16.29%
G = 35.78%
B = 47.92%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#337096 (or 0x337096) is known color: Lochmara. HEX triplet: 33, 70 and 96. RGB value is (51,112,150). Sum of RGB (Red+Green+Blue) = 51+112+150=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #337096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337096 is #CC8F69. Grayscale: #616161. Windows color (decimal): -13406058 or 9859123. OLE color: 9859123.

HSL color Cylindrical-coordinate representation of color #337096: hue angle of 203.03º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337096 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 112 150 -
CMYK 0.66 0.25 0 0.41
HSL 203.03º 0.49% 0.39% -
HSV(B) 203.03º 0.66% 0.59% -
XYZ 12.66 14.49 30.98 -
YUV 98.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 51 112 150 0.66 0.25 0 0.41 203.03 0.49 0.39
Hex 33 70 96 42 19 0 29 CB 31 27
Octal 63 160 226 102 31 0 51 313 61 47
Binary 110011 1110000 10010110 1000010 11001 0 101001 11001011 110001 100111

Color Harmonies of #337096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337096

Black with #337096

Text Example


Text Example

White with #337096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337096; }

 p { color: rgb(51,112,150); }

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

background-color css

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

 a { background-color: rgb(51,112,150); }

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

border-color css

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

 span { border-color: rgb(51,112,150); }

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