#3369AB

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

Shades of Lochmara #3369AB

Tints of Lochmara #3369AB

Color information

#3369AB (or 0x3369AB) is unknown color: approx Lochmara. HEX triplet: 33, 69 and AB. RGB value is (51,105,171). Sum of RGB (Red+Green+Blue) = 51+105+171=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #3369AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3369AB is #CC9654. Grayscale: #606060. Windows color (decimal): -13407829 or 11233587. OLE color: 11233587.

HSL color Cylindrical-coordinate representation of color #3369AB: hue angle of 213º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3369AB is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51105171-
CMYK0.700.3900.33
HSL213º54.05%43.53%-
HSV(B)213º70.18%67.06%-
XYZ13.7713.7540.46-
YUV96.38170.1195.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=15.60%
G=32.11%
B=52.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511051710.700.3900.3321354.0543.53
Hex3369AB4627021d5362c
Octal63151253106470413256654
Binary1100111101001101010111000110100111010000111010101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3369AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3369AB; }

 p { color: rgb(51,105,171); }

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

<style>
 a { background-color: #3369AB; }

 a { background-color: rgb(51,105,171); }

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

<style>
 span { border-color: #3369AB; }

 span { border-color: rgb(51,105,171); }

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