#306A99

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

Shades of Lochmara #306A99

Tints of Lochmara #306A99

Color information

#306A99 (or 0x306A99) is unknown color: approx Lochmara. HEX triplet: 30, 6A and 99. RGB value is (48,106,153). Sum of RGB (Red+Green+Blue) = 48+106+153=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #306A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A99 is #CF9566. Grayscale: #5D5D5D. Windows color (decimal): -13604199 or 10054192. OLE color: 10054192.

HSL color Cylindrical-coordinate representation of color #306A99: hue angle of 206.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #306A99 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB48106153-
CMYK0.690.3100.4
HSL206.86º52.24%39.41%-
HSV(B)206.86º68.63%60%-
XYZ12.1213.2432.05-
YUV94.02161.2895.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=15.64%
G=34.53%
B=49.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481061530.690.3100.4206.8652.2439.41
Hex306A99451F028cf3427
Octal60152231105370503176447
Binary110000110101010011001100010111111010100011001111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,106,153); }

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

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

 a { background-color: rgb(48,106,153); }

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

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

 span { border-color: rgb(48,106,153); }

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