#337CA8

Color #337CA8 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #337CA8

Tints of Lochmara #337CA8

Color information

#337CA8 (or 0x337CA8) is unknown color: approx Lochmara. HEX triplet: 33, 7C and A8. RGB value is (51,124,168). Sum of RGB (Red+Green+Blue) = 51+124+168=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 168 - color contains mainly: blue. Hex color #337CA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337CA8 is #CC8357. Grayscale: #6A6A6A. Windows color (decimal): -13402968 or 11041843. OLE color: 11041843.

HSL color Cylindrical-coordinate representation of color #337CA8: hue angle of 202.56º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #337CA8 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB51124168-
CMYK0.700.2600.34
HSL202.56º53.42%42.94%-
HSV(B)202.56º69.64%65.88%-
XYZ15.6417.9539.69-
YUV107.19162.3287.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.87%
GREEN value IS 124 (48.83% from 255) = 36.15%
BLUE value IS 168 (66.02% from 255) = 48.98%
R=14.87%
G=36.15%
B=48.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal511241680.700.2600.34202.5653.4242.94
Hex337CA8461A022cb352b
Octal63174250106320423136553
Binary110011111110010101000100011011010010001011001011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337CA8; }

 p { color: rgb(51,124,168); }

 H1.HeaderClassName
 {
   color: #337CA8;
 }
 .AnyTagClassName
 {
   color: #337CA8;
 }
</style>
background-color css

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

 a { background-color: rgb(51,124,168); }

 div.DivClassName
 {
   background-color: #337CA8;
 }
 .BgClassName
 {
   background-color: #337CA8;
 }
</style>
border-color css

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

 span { border-color: rgb(51,124,168); }

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