#306DA0

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

Shades of Lochmara #306DA0

Tints of Lochmara #306DA0

Color information

#306DA0 (or 0x306DA0) is unknown color: approx Lochmara. HEX triplet: 30, 6D and A0. RGB value is (48,109,160). Sum of RGB (Red+Green+Blue) = 48+109+160=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #306DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306DA0 is #CF925F. Grayscale: #606060. Windows color (decimal): -13603424 or 10513712. OLE color: 10513712.

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

Color convert

RGB48109160-
CMYK0.700.3200.37
HSL207.32º53.85%40.78%-
HSV(B)207.32º70%62.75%-
XYZ13.0314.135.29-
YUV96.57163.7993.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 160 (62.89% from 255) = 50.47%
R=15.14%
G=34.38%
B=50.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal481091600.700.3200.37207.3253.8540.78
Hex306DA04620025cf3629
Octal60155240106400453176651
Binary1100001101101101000001000110100000010010111001111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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