#307DA0

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

Shades of Lochmara #307DA0

Tints of Lochmara #307DA0

Color information

#307DA0 (or 0x307DA0) is unknown color: approx Lochmara. HEX triplet: 30, 7D and A0. RGB value is (48,125,160). Sum of RGB (Red+Green+Blue) = 48+125+160=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #307DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307DA0 is #CF825F. Grayscale: #696969. Windows color (decimal): -13599328 or 10517808. OLE color: 10517808.

HSL color Cylindrical-coordinate representation of color #307DA0: hue angle of 198.75º 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 #307DA0 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB48125160-
CMYK0.700.2200.37
HSL198.75º53.85%40.78%-
HSV(B)198.75º70%62.75%-
XYZ14.917.8335.91-
YUV105.97158.4986.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.41%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 160 (62.89% from 255) = 48.05%
R=14.41%
G=37.54%
B=48.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal481251600.700.2200.37198.7553.8540.78
Hex307DA04616025c73629
Octal60175240106260453076651
Binary110000111110110100000100011010110010010111000111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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