#33679F

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

Shades of Lochmara #33679F

Tints of Lochmara #33679F

Color information

#33679F (or 0x33679F) is unknown color: approx Lochmara. HEX triplet: 33, 67 and 9F. RGB value is (51,103,159). Sum of RGB (Red+Green+Blue) = 51+103+159=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #33679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33679F is #CC9860. Grayscale: #5D5D5D. Windows color (decimal): -13408353 or 10446643. OLE color: 10446643.

HSL color Cylindrical-coordinate representation of color #33679F: hue angle of 211.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33679F is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51103159-
CMYK0.680.3500.38
HSL211.11º51.43%41.18%-
HSV(B)211.11º67.92%62.35%-
XYZ12.4712.9134.63-
YUV93.84164.7797.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.29%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=16.29%
G=32.91%
B=50.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511031590.680.3500.38211.1151.4341.18
Hex33679F4423026d33329
Octal63147237104430463236351
Binary1100111100111100111111000100100011010011011010011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33679F; }

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

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

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

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

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

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

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

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