Html Css Color HEX #337199 Lochmara

📋 copy color: '#337199'

red 51 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #337199

Tints of Lochmara #337199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 16.09%
G = 35.65%
B = 48.26%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#337199 (or 0x337199) is known color: Lochmara. HEX triplet: 33, 71 and 99. RGB value is (51,113,153). Sum of RGB (Red+Green+Blue) = 51+113+153=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #337199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337199 is #CC8E66. Grayscale: #626262. Windows color (decimal): -13405799 or 10055987. OLE color: 10055987.

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

Color convert

RGB 51 113 153 -
CMYK 0.67 0.26 0 0.4
HSL 203.53º 0.5% 0.4% -
HSV(B) 203.53º 0.67% 0.6% -
XYZ 13.02 14.81 32.31 -
YUV 99.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 51 113 153 0.67 0.26 0 0.4 203.53 0.5 0.4
Hex 33 71 99 43 1A 0 28 CC 32 28
Octal 63 161 231 103 32 0 50 314 62 50
Binary 110011 1110001 10011001 1000011 11010 0 101000 11001100 110010 101000

Color Harmonies of #337199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337199

Black with #337199

Text Example


Text Example

White with #337199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337199; }

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

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

background-color css

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

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

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

border-color css

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

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

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