#3074B3

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

Shades of Lochmara #3074B3

Tints of Lochmara #3074B3

Color information

#3074B3 (or 0x3074B3) is unknown color: approx Lochmara. HEX triplet: 30, 74 and B3. RGB value is (48,116,179). Sum of RGB (Red+Green+Blue) = 48+116+179=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #3074B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3074B3 is #CF8B4C. Grayscale: #666666. Windows color (decimal): -13601613 or 11760688. OLE color: 11760688.

HSL color Cylindrical-coordinate representation of color #3074B3: hue angle of 208.85º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3074B3 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB48116179-
CMYK0.730.3500.30
HSL208.85º57.71%44.51%-
HSV(B)208.85º73.18%70.2%-
XYZ15.616.3744.99-
YUV102.85170.9788.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.99%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 179 (70.31% from 255) = 52.19%
R=13.99%
G=33.82%
B=52.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal481161790.730.3500.30208.8557.7144.51
Hex3074B3492301Ed13a2d
Octal60164263111430363217255
Binary110000111010010110011100100110001101111011010001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3074B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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