#3066AA

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

Shades of Lochmara #3066AA

Tints of Lochmara #3066AA

Color information

#3066AA (or 0x3066AA) is unknown color: approx Lochmara. HEX triplet: 30, 66 and AA. RGB value is (48,102,170). Sum of RGB (Red+Green+Blue) = 48+102+170=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #3066AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3066AA is #CF9955. Grayscale: #5D5D5D. Windows color (decimal): -13605206 or 11167280. OLE color: 11167280.

HSL color Cylindrical-coordinate representation of color #3066AA: hue angle of 213.44º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3066AA is Cyan = 0.72, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48102170-
CMYK0.720.400.33
HSL213.44º55.96%42.75%-
HSV(B)213.44º71.76%66.67%-
XYZ13.2313.0339.85-
YUV93.61171.1195.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=15%
G=31.88%
B=53.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481021700.720.400.33213.4455.9642.75
Hex3066AA4828021d5382b
Octal60146252110500413257053
Binary1100001100110101010101001000101000010000111010101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3066AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3066AA; }

 p { color: rgb(48,102,170); }

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

<style>
 a { background-color: #3066AA; }

 a { background-color: rgb(48,102,170); }

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

<style>
 span { border-color: #3066AA; }

 span { border-color: rgb(48,102,170); }

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