#3074B2

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

Shades of Lochmara #3074B2

Tints of Lochmara #3074B2

Color information

#3074B2 (or 0x3074B2) is unknown color: approx Lochmara. HEX triplet: 30, 74 and B2. RGB value is (48,116,178). Sum of RGB (Red+Green+Blue) = 48+116+178=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #3074B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3074B2 is #CF8B4D. Grayscale: #666666. Windows color (decimal): -13601614 or 11695152. OLE color: 11695152.

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

Color convert

RGB48116178-
CMYK0.730.3500.30
HSL208.62º57.52%44.31%-
HSV(B)208.62º73.03%69.8%-
XYZ15.516.3344.46-
YUV102.74170.4788.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.04%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 178 (69.92% from 255) = 52.05%
R=14.04%
G=33.92%
B=52.05%

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
Decimal481161780.730.3500.30208.6257.5244.31
Hex3074B2492301Ed13a2c
Octal60164262111430363217254
Binary110000111010010110010100100110001101111011010001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3074B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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