#306796

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

Shades of Lochmara #306796

Tints of Lochmara #306796

Color information

#306796 (or 0x306796) is unknown color: approx Lochmara. HEX triplet: 30, 67 and 96. RGB value is (48,103,150). Sum of RGB (Red+Green+Blue) = 48+103+150=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #306796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306796 is #CF9869. Grayscale: #5B5B5B. Windows color (decimal): -13604970 or 9856816. OLE color: 9856816.

HSL color Cylindrical-coordinate representation of color #306796: hue angle of 207.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306796 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB48103150-
CMYK0.680.3100.41
HSL207.65º51.52%38.82%-
HSV(B)207.65º68%58.82%-
XYZ11.5712.5330.66-
YUV91.91160.7896.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=15.95%
G=34.22%
B=49.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481031500.680.3100.41207.6551.5238.82
Hex306796441F029d03427
Octal60147226104370513206447
Binary110000110011110010110100010011111010100111010000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306796; }

 p { color: rgb(48,103,150); }

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

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

 a { background-color: rgb(48,103,150); }

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

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

 span { border-color: rgb(48,103,150); }

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