#3074AE

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

Shades of Lochmara #3074AE

Tints of Lochmara #3074AE

Color information

#3074AE (or 0x3074AE) is unknown color: approx Lochmara. HEX triplet: 30, 74 and AE. RGB value is (48,116,174). Sum of RGB (Red+Green+Blue) = 48+116+174=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #3074AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3074AE is #CF8B51. Grayscale: #656565. Windows color (decimal): -13601618 or 11433008. OLE color: 11433008.

HSL color Cylindrical-coordinate representation of color #3074AE: hue angle of 207.62º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3074AE is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48116174-
CMYK0.720.3300.32
HSL207.62º56.76%43.53%-
HSV(B)207.62º72.41%68.24%-
XYZ15.116.1842.37-
YUV102.28168.4789.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=14.20%
G=34.32%
B=51.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481161740.720.3300.32207.6256.7643.53
Hex3074AE4821020d0392c
Octal60164256110410403207154
Binary1100001110100101011101001000100001010000011010000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3074AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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