#307AA0

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

Shades of Lochmara #307AA0

Tints of Lochmara #307AA0

Color information

#307AA0 (or 0x307AA0) is unknown color: approx Lochmara. HEX triplet: 30, 7A and A0. RGB value is (48,122,160). Sum of RGB (Red+Green+Blue) = 48+122+160=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: blue. Hex color #307AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307AA0 is #CF855F. Grayscale: #676767. Windows color (decimal): -13600096 or 10517040. OLE color: 10517040.

HSL color Cylindrical-coordinate representation of color #307AA0: hue angle of 200.36º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #307AA0 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB48122160-
CMYK0.700.2400.37
HSL200.36º53.85%40.78%-
HSV(B)200.36º70%62.75%-
XYZ14.5217.0935.79-
YUV104.21159.4887.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.55%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 160 (62.89% from 255) = 48.48%
R=14.55%
G=36.97%
B=48.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal481221600.700.2400.37200.3653.8540.78
Hex307AA04618025c83629
Octal60172240106300453106651
Binary110000111101010100000100011011000010010111001000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307AA0; }

 p { color: rgb(48,122,160); }

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

<style>
 a { background-color: #307AA0; }

 a { background-color: rgb(48,122,160); }

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

<style>
 span { border-color: #307AA0; }

 span { border-color: rgb(48,122,160); }

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