#3074AB

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

Shades of Lochmara #3074AB

Tints of Lochmara #3074AB

Color information

#3074AB (or 0x3074AB) is unknown color: approx Lochmara. HEX triplet: 30, 74 and AB. RGB value is (48,116,171). Sum of RGB (Red+Green+Blue) = 48+116+171=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #3074AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3074AB is #CF8B54. Grayscale: #656565. Windows color (decimal): -13601621 or 11236400. OLE color: 11236400.

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

Color convert

RGB48116171-
CMYK0.720.3200.33
HSL206.83º56.16%42.94%-
HSV(B)206.83º71.93%67.06%-
XYZ14.8216.0640.85-
YUV101.94166.9789.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=14.33%
G=34.63%
B=51.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481161710.720.3200.33206.8356.1642.94
Hex3074AB4820021cf382b
Octal60164253110400413177053
Binary1100001110100101010111001000100000010000111001111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3074AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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