#306B99

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

Shades of Lochmara #306B99

Tints of Lochmara #306B99

Color information

#306B99 (or 0x306B99) is unknown color: approx Lochmara. HEX triplet: 30, 6B and 99. RGB value is (48,107,153). Sum of RGB (Red+Green+Blue) = 48+107+153=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #306B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306B99 is #CF9466. Grayscale: #5E5E5E. Windows color (decimal): -13603943 or 10054448. OLE color: 10054448.

HSL color Cylindrical-coordinate representation of color #306B99: hue angle of 206.29º 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 #306B99 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB48107153-
CMYK0.690.3000.4
HSL206.29º52.24%39.41%-
HSV(B)206.29º68.63%60%-
XYZ12.2313.4432.09-
YUV94.6160.9594.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=15.58%
G=34.74%
B=49.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481071530.690.3000.4206.2952.2439.41
Hex306B99451E028ce3427
Octal60153231105360503166447
Binary110000110101110011001100010111110010100011001110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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