#336BB6

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

Shades of Lochmara #336BB6

Tints of Lochmara #336BB6

Color information

#336BB6 (or 0x336BB6) is unknown color: approx Lochmara. HEX triplet: 33, 6B and B6. RGB value is (51,107,182). Sum of RGB (Red+Green+Blue) = 51+107+182=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #336BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336BB6 is #CC9449. Grayscale: #626262. Windows color (decimal): -13407306 or 11954995. OLE color: 11954995.

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

Color convert

RGB51107182-
CMYK0.720.4100.29
HSL214.35º56.22%45.69%-
HSV(B)214.35º71.98%71.37%-
XYZ15.0714.646.28-
YUV98.81174.9593.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 182 (71.48% from 255) = 53.53%
R=15%
G=31.47%
B=53.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511071820.720.4100.29214.3556.2245.69
Hex336BB6482901Dd6382e
Octal63153266110510353267056
Binary110011110101110110110100100010100101110111010110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,107,182); }

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

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

 a { background-color: rgb(51,107,182); }

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

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

 span { border-color: rgb(51,107,182); }

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