Html Css Color HEX #337097 Lochmara

📋 copy color: '#337097'

red 51 ◦ green 112 ◦ blue 151

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

Shades of Lochmara #337097

Tints of Lochmara #337097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.09%

R = 16.24%
G = 35.67%
B = 48.09%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#337097 (or 0x337097) is known color: Lochmara. HEX triplet: 33, 70 and 97. RGB value is (51,112,151). Sum of RGB (Red+Green+Blue) = 51+112+151=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #337097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337097 is #CC8F68. Grayscale: #616161. Windows color (decimal): -13406057 or 9924659. OLE color: 9924659.

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

Color convert

RGB 51 112 151 -
CMYK 0.66 0.26 0 0.41
HSL 203.4º 0.5% 0.4% -
HSV(B) 203.4º 0.66% 0.59% -
XYZ 12.75 14.53 31.41 -
YUV 98.21 157.79 94.33 -
System Red Green Blue C M Y K H S L
Decimal 51 112 151 0.66 0.26 0 0.41 203.4 0.5 0.4
Hex 33 70 97 42 1A 0 29 CB 32 28
Octal 63 160 227 102 32 0 51 313 62 50
Binary 110011 1110000 10010111 1000010 11010 0 101001 11001011 110010 101000

Color Harmonies of #337097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337097

Black with #337097

Text Example


Text Example

White with #337097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337097; }

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

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

background-color css

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

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

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

border-color css

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

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

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