#33689D

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

Shades of Lochmara #33689D

Tints of Lochmara #33689D

Color information

#33689D (or 0x33689D) is unknown color: approx Lochmara. HEX triplet: 33, 68 and 9D. RGB value is (51,104,157). Sum of RGB (Red+Green+Blue) = 51+104+157=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #33689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33689D is #CC9762. Grayscale: #5D5D5D. Windows color (decimal): -13408099 or 10315827. OLE color: 10315827.

HSL color Cylindrical-coordinate representation of color #33689D: hue angle of 210º 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 #33689D is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51104157-
CMYK0.680.3400.38
HSL210º50.96%40.78%-
HSV(B)210º67.52%61.57%-
XYZ12.413.0433.76-
YUV94.2163.4497.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 50.32%
R=16.35%
G=33.33%
B=50.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511041570.680.3400.3821050.9640.78
Hex33689D4422026d23329
Octal63150235104420463226351
Binary1100111101000100111011000100100010010011011010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33689D; }

 p { color: rgb(51,104,157); }

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

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

 a { background-color: rgb(51,104,157); }

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

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

 span { border-color: rgb(51,104,157); }

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