#33729D

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

Shades of Lochmara #33729D

Tints of Lochmara #33729D

Color information

#33729D (or 0x33729D) is unknown color: approx Lochmara. HEX triplet: 33, 72 and 9D. RGB value is (51,114,157). Sum of RGB (Red+Green+Blue) = 51+114+157=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #33729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33729D is #CC8D62. Grayscale: #636363. Windows color (decimal): -13405539 or 10318387. OLE color: 10318387.

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

Color convert

RGB51114157-
CMYK0.680.2700.38
HSL204.34º50.96%40.78%-
HSV(B)204.34º67.52%61.57%-
XYZ13.4715.1734.12-
YUV100.06160.1393-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 157 (61.72% from 255) = 48.76%
R=15.84%
G=35.40%
B=48.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511141570.680.2700.38204.3450.9640.78
Hex33729D441B026cc3329
Octal63162235104330463146351
Binary110011111001010011101100010011011010011011001100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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