#3075AE

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

Shades of Lochmara #3075AE

Tints of Lochmara #3075AE

Color information

#3075AE (or 0x3075AE) is unknown color: approx Lochmara. HEX triplet: 30, 75 and AE. RGB value is (48,117,174). Sum of RGB (Red+Green+Blue) = 48+117+174=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #3075AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3075AE is #CF8A51. Grayscale: #666666. Windows color (decimal): -13601362 or 11433264. OLE color: 11433264.

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

Color convert

RGB48117174-
CMYK0.720.3300.32
HSL207.14º56.76%43.53%-
HSV(B)207.14º72.41%68.24%-
XYZ15.2216.4142.41-
YUV102.87168.1488.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=14.16%
G=34.51%
B=51.33%

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
Decimal481171740.720.3300.32207.1456.7643.53
Hex3075AE4821020cf392c
Octal60165256110410403177154
Binary1100001110101101011101001000100001010000011001111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3075AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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