#3066AF

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

Shades of Lochmara #3066AF

Tints of Lochmara #3066AF

Color information

#3066AF (or 0x3066AF) is unknown color: approx Lochmara. HEX triplet: 30, 66 and AF. RGB value is (48,102,175). Sum of RGB (Red+Green+Blue) = 48+102+175=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #3066AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3066AF is #CF9950. Grayscale: #5D5D5D. Windows color (decimal): -13605201 or 11494960. OLE color: 11494960.

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

Color convert

RGB48102175-
CMYK0.730.4200.31
HSL214.49º56.95%43.73%-
HSV(B)214.49º72.57%68.63%-
XYZ13.7113.2342.39-
YUV94.18173.6195.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.77%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=14.77%
G=31.38%
B=53.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481021750.730.4200.31214.4956.9543.73
Hex3066AF492A01Fd6392c
Octal60146257111520373267154
Binary110000110011010101111100100110101001111111010110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3066AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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