#336DB4

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

Shades of Lochmara #336DB4

Tints of Lochmara #336DB4

Color information

#336DB4 (or 0x336DB4) is unknown color: approx Lochmara. HEX triplet: 33, 6D and B4. RGB value is (51,109,180). Sum of RGB (Red+Green+Blue) = 51+109+180=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #336DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DB4 is #CC924B. Grayscale: #636363. Windows color (decimal): -13406796 or 11824435. OLE color: 11824435.

HSL color Cylindrical-coordinate representation of color #336DB4: hue angle of 213.02º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #336DB4 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB51109180-
CMYK0.720.3900.29
HSL213.02º55.84%45.29%-
HSV(B)213.02º71.67%70.59%-
XYZ15.0714.9445.27-
YUV99.75173.2893.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 180 (70.70% from 255) = 52.94%
R=15%
G=32.06%
B=52.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511091800.720.3900.29213.0255.8445.29
Hex336DB4482701Dd5382d
Octal63155264110470353257055
Binary110011110110110110100100100010011101110111010101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,109,180); }

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

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

 a { background-color: rgb(51,109,180); }

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

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

 span { border-color: rgb(51,109,180); }

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