Html Css Color HEX #337198 Lochmara

📋 copy color: '#337198'

red 51 ◦ green 113 ◦ blue 152

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

Shades of Lochmara #337198

Tints of Lochmara #337198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 152 (59.77% from 255) = 48.1%

R = 16.14%
G = 35.76%
B = 48.1%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#337198 (or 0x337198) is known color: Lochmara. HEX triplet: 33, 71 and 98. RGB value is (51,113,152). Sum of RGB (Red+Green+Blue) = 51+113+152=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #337198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337198 is #CC8E67. Grayscale: #626262. Windows color (decimal): -13405800 or 9990451. OLE color: 9990451.

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

Color convert

RGB 51 113 152 -
CMYK 0.66 0.26 0 0.40
HSL 203.17º 0.5% 0.4% -
HSV(B) 203.17º 0.66% 0.6% -
XYZ 12.94 14.78 31.88 -
YUV 98.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 51 113 152 0.66 0.26 0 0.40 203.17 0.5 0.4
Hex 33 71 98 42 1A 0 28 CB 32 28
Octal 63 161 230 102 32 0 50 313 62 50
Binary 110011 1110001 10011000 1000010 11010 0 101000 11001011 110010 101000

Color Harmonies of #337198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337198

Black with #337198

Text Example


Text Example

White with #337198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337198; }

 p { color: rgb(51,113,152); }

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

background-color css

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

 a { background-color: rgb(51,113,152); }

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

border-color css

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

 span { border-color: rgb(51,113,152); }

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