#336F98

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

Shades of Lochmara #336F98

Tints of Lochmara #336F98

Color information

#336F98 (or 0x336F98) is unknown color: approx Lochmara. HEX triplet: 33, 6F and 98. RGB value is (51,111,152). Sum of RGB (Red+Green+Blue) = 51+111+152=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #336F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F98 is #CC9067. Grayscale: #616161. Windows color (decimal): -13406312 or 9989939. OLE color: 9989939.

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

Color convert

RGB51111152-
CMYK0.660.2700.40
HSL204.36º49.75%39.8%-
HSV(B)204.36º66.45%59.61%-
XYZ12.7214.3431.8-
YUV97.73158.6294.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 152 (59.77% from 255) = 48.41%
R=16.24%
G=35.35%
B=48.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal511111520.660.2700.40204.3649.7539.8
Hex336F98421B028cc3228
Octal63157230102330503146250
Binary110011110111110011000100001011011010100011001100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F98; }

 p { color: rgb(51,111,152); }

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

<style>
 a { background-color: #336F98; }

 a { background-color: rgb(51,111,152); }

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

<style>
 span { border-color: #336F98; }

 span { border-color: rgb(51,111,152); }

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