#3072ad

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

Shades of Lochmara #3072AD

Tints of Lochmara #3072AD

Color information

#3072AD (or 0x3072AD) is unknown color: approx Lochmara. HEX triplet: 30, 72 and AD. RGB value is (48,114,173). Sum of RGB (Red+Green+Blue) = 48+114+173=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #3072AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3072AD is #CF8D52. Grayscale: #646464. Windows color (decimal): -13602131 or 11366960. OLE color: 11366960.

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

Color convert

RGB48114173-
CMYK0.720.3400.32
HSL208.32º56.56%43.33%-
HSV(B)208.32º72.25%67.84%-
XYZ14.7815.6841.78-
YUV100.99168.6390.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=14.33%
G=34.03%
B=51.64%

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
Decimal481141730.720.3400.32208.3256.5643.33
Hex3072AD4822020d0392b
Octal60162255110420403207153
Binary1100001110010101011011001000100010010000011010000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3072ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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