#33699A

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

Shades of Lochmara #33699A

Tints of Lochmara #33699A

Color information

#33699A (or 0x33699A) is unknown color: approx Lochmara. HEX triplet: 33, 69 and 9A. RGB value is (51,105,154). Sum of RGB (Red+Green+Blue) = 51+105+154=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #33699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33699A is #CC9665. Grayscale: #5E5E5E. Windows color (decimal): -13407846 or 10119475. OLE color: 10119475.

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

Color convert

RGB51105154-
CMYK0.670.3200.40
HSL208.54º50.24%40.2%-
HSV(B)208.54º66.88%60.39%-
XYZ12.2513.1432.46-
YUV94.44161.6197.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 154 (60.55% from 255) = 49.68%
R=16.45%
G=33.87%
B=49.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal511051540.670.3200.40208.5450.2440.2
Hex33699A4320028d13228
Octal63151232103400503216250
Binary1100111101001100110101000011100000010100011010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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