#3070AE

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

Shades of Lochmara #3070AE

Tints of Lochmara #3070AE

Color information

#3070AE (or 0x3070AE) is unknown color: approx Lochmara. HEX triplet: 30, 70 and AE. RGB value is (48,112,174). Sum of RGB (Red+Green+Blue) = 48+112+174=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #3070AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3070AE is #CF8F51. Grayscale: #636363. Windows color (decimal): -13602642 or 11431984. OLE color: 11431984.

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

Color convert

RGB48112174-
CMYK0.720.3600.32
HSL209.52º56.76%43.53%-
HSV(B)209.52º72.41%68.24%-
XYZ14.6515.2742.22-
YUV99.93169.890.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.37%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=14.37%
G=33.53%
B=52.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481121740.720.3600.32209.5256.7643.53
Hex3070AE4824020d2392c
Octal60160256110440403227154
Binary1100001110000101011101001000100100010000011010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3070AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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