#306EA0

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

Shades of Lochmara #306EA0

Tints of Lochmara #306EA0

Color information

#306EA0 (or 0x306EA0) is unknown color: approx Lochmara. HEX triplet: 30, 6E and A0. RGB value is (48,110,160). Sum of RGB (Red+Green+Blue) = 48+110+160=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #306EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306EA0 is #CF915F. Grayscale: #606060. Windows color (decimal): -13603168 or 10513968. OLE color: 10513968.

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

Color convert

RGB48110160-
CMYK0.700.3100.37
HSL206.79º53.85%40.78%-
HSV(B)206.79º70%62.75%-
XYZ13.1414.3235.33-
YUV97.16163.4692.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 110 (43.36% from 255) = 34.59%
BLUE value IS 160 (62.89% from 255) = 50.31%
R=15.09%
G=34.59%
B=50.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal481101600.700.3100.37206.7953.8540.78
Hex306EA0461F025cf3629
Octal60156240106370453176651
Binary110000110111010100000100011011111010010111001111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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