#3064AB

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

Shades of Lochmara #3064AB

Tints of Lochmara #3064AB

Color information

#3064AB (or 0x3064AB) is unknown color: approx Lochmara. HEX triplet: 30, 64 and AB. RGB value is (48,100,171). Sum of RGB (Red+Green+Blue) = 48+100+171=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #3064AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3064AB is #CF9B54. Grayscale: #5C5C5C. Windows color (decimal): -13605717 or 11232304. OLE color: 11232304.

HSL color Cylindrical-coordinate representation of color #3064AB: hue angle of 214.63º 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 #3064AB is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48100171-
CMYK0.720.4200.33
HSL214.63º56.16%42.94%-
HSV(B)214.63º71.93%67.06%-
XYZ13.1312.6840.28-
YUV92.55172.2796.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 100 (39.45% from 255) = 31.35%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=15.05%
G=31.35%
B=53.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481001710.720.4200.33214.6356.1642.94
Hex3064AB482A021d7382b
Octal60144253110520413277053
Binary1100001100100101010111001000101010010000111010111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3064AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,100,171); }

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

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

 a { background-color: rgb(48,100,171); }

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

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

 span { border-color: rgb(48,100,171); }

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