Html Css Color HEX #337899 Lochmara

📋 copy color: '#337899'

red 51 ◦ green 120 ◦ blue 153

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

Shades of Lochmara #337899

Tints of Lochmara #337899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.04%

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

R = 15.74%
G = 37.04%
B = 47.22%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#337899 (or 0x337899) is known color: Lochmara. HEX triplet: 33, 78 and 99. RGB value is (51,120,153). Sum of RGB (Red+Green+Blue) = 51+120+153=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #337899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337899 is #CC8766. Grayscale: #666666. Windows color (decimal): -13404007 or 10057779. OLE color: 10057779.

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

Color convert

RGB 51 120 153 -
CMYK 0.67 0.22 0 0.4
HSL 199.41º 0.5% 0.4% -
HSV(B) 199.41º 0.67% 0.6% -
XYZ 13.83 16.44 32.58 -
YUV 103.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 51 120 153 0.67 0.22 0 0.4 199.41 0.5 0.4
Hex 33 78 99 43 16 0 28 C7 32 28
Octal 63 170 231 103 26 0 50 307 62 50
Binary 110011 1111000 10011001 1000011 10110 0 101000 11000111 110010 101000

Color Harmonies of #337899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337899

Black with #337899

Text Example


Text Example

White with #337899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337899; }

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

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

background-color css

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

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

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

border-color css

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

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

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