#336C94

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

Shades of Lochmara #336C94

Tints of Lochmara #336C94

Color information

#336C94 (or 0x336C94) is unknown color: approx Lochmara. HEX triplet: 33, 6C and 94. RGB value is (51,108,148). Sum of RGB (Red+Green+Blue) = 51+108+148=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #336C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C94 is #CC936B. Grayscale: #5F5F5F. Windows color (decimal): -13407084 or 9727027. OLE color: 9727027.

HSL color Cylindrical-coordinate representation of color #336C94: hue angle of 204.74º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336C94 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51108148-
CMYK0.660.2700.42
HSL204.74º48.74%39.02%-
HSV(B)204.74º65.54%58.04%-
XYZ12.0713.5730-
YUV95.52157.6296.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 148 (58.20% from 255) = 48.21%
R=16.61%
G=35.18%
B=48.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511081480.660.2700.42204.7448.7439.02
Hex336C94421B02Acd3127
Octal63154224102330523156147
Binary110011110110010010100100001011011010101011001101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,108,148); }

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

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

 a { background-color: rgb(51,108,148); }

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

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

 span { border-color: rgb(51,108,148); }

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