Html Css Color HEX #337498 Lochmara

📋 copy color: '#337498'

red 51 ◦ green 116 ◦ blue 152

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

Shades of Lochmara #337498

Tints of Lochmara #337498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

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

R = 15.99%
G = 36.36%
B = 47.65%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#337498 (or 0x337498) is known color: Lochmara. HEX triplet: 33, 74 and 98. RGB value is (51,116,152). Sum of RGB (Red+Green+Blue) = 51+116+152=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #337498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337498 is #CC8B67. Grayscale: #646464. Windows color (decimal): -13405032 or 9991219. OLE color: 9991219.

HSL color Cylindrical-coordinate representation of color #337498: hue angle of 201.39º 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 #337498 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 116 152 -
CMYK 0.66 0.24 0 0.40
HSL 201.39º 0.5% 0.4% -
HSV(B) 201.39º 0.66% 0.6% -
XYZ 13.28 15.46 31.99 -
YUV 100.67 156.97 92.57 -
System Red Green Blue C M Y K H S L
Decimal 51 116 152 0.66 0.24 0 0.40 201.39 0.5 0.4
Hex 33 74 98 42 18 0 28 C9 32 28
Octal 63 164 230 102 30 0 50 311 62 50
Binary 110011 1110100 10011000 1000010 11000 0 101000 11001001 110010 101000

Color Harmonies of #337498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337498

Black with #337498

Text Example


Text Example

White with #337498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337498; }

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

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

background-color css

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

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

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

border-color css

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

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

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