#3366AF

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

Shades of Lochmara #3366AF

Tints of Lochmara #3366AF

Color information

#3366AF (or 0x3366AF) is unknown color: approx Lochmara. HEX triplet: 33, 66 and AF. RGB value is (51,102,175). Sum of RGB (Red+Green+Blue) = 51+102+175=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #3366AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3366AF is #CC9950. Grayscale: #5E5E5E. Windows color (decimal): -13408593 or 11494963. OLE color: 11494963.

HSL color Cylindrical-coordinate representation of color #3366AF: hue angle of 215.32º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3366AF is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51102175-
CMYK0.710.4200.31
HSL215.32º54.87%44.31%-
HSV(B)215.32º70.86%68.63%-
XYZ13.8513.342.39-
YUV95.07173.196.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 175 (68.75% from 255) = 53.35%
R=15.55%
G=31.10%
B=53.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511021750.710.4200.31215.3254.8744.31
Hex3366AF472A01Fd7372c
Octal63146257107520373276754
Binary110011110011010101111100011110101001111111010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3366AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3366AF; }

 p { color: rgb(51,102,175); }

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

<style>
 a { background-color: #3366AF; }

 a { background-color: rgb(51,102,175); }

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

<style>
 span { border-color: #3366AF; }

 span { border-color: rgb(51,102,175); }

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