#336793

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

Shades of Lochmara #336793

Tints of Lochmara #336793

Color information

#336793 (or 0x336793) is unknown color: approx Lochmara. HEX triplet: 33, 67 and 93. RGB value is (51,103,147). Sum of RGB (Red+Green+Blue) = 51+103+147=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #336793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336793 is #CC986C. Grayscale: #5C5C5C. Windows color (decimal): -13408365 or 9660211. OLE color: 9660211.

HSL color Cylindrical-coordinate representation of color #336793: hue angle of 207.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336793 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51103147-
CMYK0.650.3000.42
HSL207.5º48.48%38.82%-
HSV(B)207.5º65.31%57.65%-
XYZ11.4812.5129.41-
YUV92.47158.7798.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.94%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=16.94%
G=34.22%
B=48.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511031470.650.3000.42207.548.4838.82
Hex336793411E02Ad03027
Octal63147223101360523206047
Binary110011110011110010011100000111110010101011010000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336793; }

 p { color: rgb(51,103,147); }

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

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

 a { background-color: rgb(51,103,147); }

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

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

 span { border-color: rgb(51,103,147); }

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