#306C99

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

Shades of Lochmara #306C99

Tints of Lochmara #306C99

Color information

#306C99 (or 0x306C99) is unknown color: approx Lochmara. HEX triplet: 30, 6C and 99. RGB value is (48,108,153). Sum of RGB (Red+Green+Blue) = 48+108+153=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #306C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C99 is #CF9366. Grayscale: #5E5E5E. Windows color (decimal): -13603687 or 10054704. OLE color: 10054704.

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

Color convert

RGB48108153-
CMYK0.690.2900.4
HSL205.71º52.24%39.41%-
HSV(B)205.71º68.63%60%-
XYZ12.3313.6532.12-
YUV95.19160.6294.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=15.53%
G=34.95%
B=49.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481081530.690.2900.4205.7152.2439.41
Hex306C99451D028ce3427
Octal60154231105350503166447
Binary110000110110010011001100010111101010100011001110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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