Html Css Color HEX #337999 Lochmara

📋 copy color: '#337999'

red 51 ◦ green 121 ◦ blue 153

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

Shades of Lochmara #337999

Tints of Lochmara #337999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

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

R = 15.69%
G = 37.23%
B = 47.08%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#337999 (or 0x337999) is known color: Lochmara. HEX triplet: 33, 79 and 99. RGB value is (51,121,153). Sum of RGB (Red+Green+Blue) = 51+121+153=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #337999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337999 is #CC8666. Grayscale: #676767. Windows color (decimal): -13403751 or 10058035. OLE color: 10058035.

HSL color Cylindrical-coordinate representation of color #337999: hue angle of 198.82º 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 #337999 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 121 153 -
CMYK 0.67 0.21 0 0.4
HSL 198.82º 0.5% 0.4% -
HSV(B) 198.82º 0.67% 0.6% -
XYZ 13.95 16.68 32.62 -
YUV 103.72 155.81 90.4 -
System Red Green Blue C M Y K H S L
Decimal 51 121 153 0.67 0.21 0 0.4 198.82 0.5 0.4
Hex 33 79 99 43 15 0 28 C7 32 28
Octal 63 171 231 103 25 0 50 307 62 50
Binary 110011 1111001 10011001 1000011 10101 0 101000 11000111 110010 101000

Color Harmonies of #337999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337999

Black with #337999

Text Example


Text Example

White with #337999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337999; }

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

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

background-color css

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

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

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

border-color css

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

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

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