#3072AE

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

Shades of Lochmara #3072AE

Tints of Lochmara #3072AE

Color information

#3072AE (or 0x3072AE) is unknown color: approx Lochmara. HEX triplet: 30, 72 and AE. RGB value is (48,114,174). Sum of RGB (Red+Green+Blue) = 48+114+174=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #3072AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3072AE is #CF8D51. Grayscale: #646464. Windows color (decimal): -13602130 or 11432496. OLE color: 11432496.

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

Color convert

RGB48114174-
CMYK0.720.3400.32
HSL208.57º56.76%43.53%-
HSV(B)208.57º72.41%68.24%-
XYZ14.8815.7242.29-
YUV101.11169.1390.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.29%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=14.29%
G=33.93%
B=51.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481141740.720.3400.32208.5756.7643.53
Hex3072AE4822020d1392c
Octal60162256110420403217154
Binary1100001110010101011101001000100010010000011010001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3072AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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