#33789E

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

Shades of Lochmara #33789E

Tints of Lochmara #33789E

Color information

#33789E (or 0x33789E) is unknown color: approx Lochmara. HEX triplet: 33, 78 and 9E. RGB value is (51,120,158). Sum of RGB (Red+Green+Blue) = 51+120+158=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #33789E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33789E is #CC8761. Grayscale: #676767. Windows color (decimal): -13404002 or 10385459. OLE color: 10385459.

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

Color convert

RGB51120158-
CMYK0.680.2400.38
HSL201.31º51.2%40.98%-
HSV(B)201.31º67.72%61.96%-
XYZ14.2516.6134.8-
YUV103.7158.6490.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=15.50%
G=36.47%
B=48.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511201580.680.2400.38201.3151.240.98
Hex33789E4418026c93329
Octal63170236104300463116351
Binary110011111100010011110100010011000010011011001001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33789E; }

 p { color: rgb(51,120,158); }

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

<style>
 a { background-color: #33789E; }

 a { background-color: rgb(51,120,158); }

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

<style>
 span { border-color: #33789E; }

 span { border-color: rgb(51,120,158); }

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