#336BAD

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

Shades of Lochmara #336BAD

Tints of Lochmara #336BAD

Color information

#336BAD (or 0x336BAD) is unknown color: approx Lochmara. HEX triplet: 33, 6B and AD. RGB value is (51,107,173). Sum of RGB (Red+Green+Blue) = 51+107+173=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #336BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336BAD is #CC9452. Grayscale: #616161. Windows color (decimal): -13407315 or 11365171. OLE color: 11365171.

HSL color Cylindrical-coordinate representation of color #336BAD: hue angle of 212.46º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #336BAD is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51107173-
CMYK0.710.3800.32
HSL212.46º54.46%43.92%-
HSV(B)212.46º70.52%67.84%-
XYZ14.1714.2441.54-
YUV97.78170.4594.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.41%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=15.41%
G=32.33%
B=52.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511071730.710.3800.32212.4654.4643.92
Hex336BAD4726020d4362c
Octal63153255107460403246654
Binary1100111101011101011011000111100110010000011010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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