#336BA5

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

Shades of Lochmara #336BA5

Tints of Lochmara #336BA5

Color information

#336BA5 (or 0x336BA5) is unknown color: approx Lochmara. HEX triplet: 33, 6B and A5. RGB value is (51,107,165). Sum of RGB (Red+Green+Blue) = 51+107+165=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #336BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336BA5 is #CC945A. Grayscale: #606060. Windows color (decimal): -13407323 or 10840883. OLE color: 10840883.

HSL color Cylindrical-coordinate representation of color #336BA5: hue angle of 210.53º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #336BA5 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB51107165-
CMYK0.690.3500.35
HSL210.53º52.78%42.35%-
HSV(B)210.53º69.09%64.71%-
XYZ13.4113.9437.58-
YUV96.87166.4595.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 165 (64.84% from 255) = 51.08%
R=15.79%
G=33.13%
B=51.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal511071650.690.3500.35210.5352.7842.35
Hex336BA54523023d3352a
Octal63153245105430433236552
Binary1100111101011101001011000101100011010001111010011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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