#33699B

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

Shades of Lochmara #33699B

Tints of Lochmara #33699B

Color information

#33699B (or 0x33699B) is unknown color: approx Lochmara. HEX triplet: 33, 69 and 9B. RGB value is (51,105,155). Sum of RGB (Red+Green+Blue) = 51+105+155=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #33699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33699B is #CC9664. Grayscale: #5E5E5E. Windows color (decimal): -13407845 or 10185011. OLE color: 10185011.

HSL color Cylindrical-coordinate representation of color #33699B: hue angle of 208.85º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33699B is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB51105155-
CMYK0.670.3200.39
HSL208.85º50.49%40.39%-
HSV(B)208.85º67.1%60.78%-
XYZ12.3313.1732.9-
YUV94.55162.1196.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=16.40%
G=33.76%
B=49.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511051550.670.3200.39208.8550.4940.39
Hex33699B4320027d13228
Octal63151233103400473216250
Binary1100111101001100110111000011100000010011111010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33699B; }

 p { color: rgb(51,105,155); }

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

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

 a { background-color: rgb(51,105,155); }

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

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

 span { border-color: rgb(51,105,155); }

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