#33729B

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

Shades of Lochmara #33729B

Tints of Lochmara #33729B

Color information

#33729B (or 0x33729B) is unknown color: approx Lochmara. HEX triplet: 33, 72 and 9B. RGB value is (51,114,155). Sum of RGB (Red+Green+Blue) = 51+114+155=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #33729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33729B is #CC8D64. Grayscale: #636363. Windows color (decimal): -13405541 or 10187315. OLE color: 10187315.

HSL color Cylindrical-coordinate representation of color #33729B: hue angle of 203.65º 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 #33729B is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB51114155-
CMYK0.670.2600.39
HSL203.65º50.49%40.39%-
HSV(B)203.65º67.1%60.78%-
XYZ13.315.133.22-
YUV99.84159.1393.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=15.94%
G=35.62%
B=48.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511141550.670.2600.39203.6550.4940.39
Hex33729B431A027cc3228
Octal63162233103320473146250
Binary110011111001010011011100001111010010011111001100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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