#336792

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

Shades of Lochmara #336792

Tints of Lochmara #336792

Color information

#336792 (or 0x336792) is unknown color: approx Lochmara. HEX triplet: 33, 67 and 92. RGB value is (51,103,146). Sum of RGB (Red+Green+Blue) = 51+103+146=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #336792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336792 is #CC986D. Grayscale: #5C5C5C. Windows color (decimal): -13408366 or 9594675. OLE color: 9594675.

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

Color convert

RGB51103146-
CMYK0.650.2900.43
HSL207.16º48.22%38.63%-
HSV(B)207.16º65.07%57.25%-
XYZ11.412.4829-
YUV92.35158.2798.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 103 (40.62% from 255) = 34.33%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=17%
G=34.33%
B=48.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511031460.650.2900.43207.1648.2238.63
Hex336792411D02Bcf3027
Octal63147222101350533176047
Binary110011110011110010010100000111101010101111001111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336792; }

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

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

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

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

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

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

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

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