#306797

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

Shades of Lochmara #306797

Tints of Lochmara #306797

Color information

#306797 (or 0x306797) is unknown color: approx Lochmara. HEX triplet: 30, 67 and 97. RGB value is (48,103,151). Sum of RGB (Red+Green+Blue) = 48+103+151=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #306797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306797 is #CF9868. Grayscale: #5B5B5B. Windows color (decimal): -13604969 or 9922352. OLE color: 9922352.

HSL color Cylindrical-coordinate representation of color #306797: hue angle of 207.96º 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 #306797 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB48103151-
CMYK0.680.3200.41
HSL207.96º51.76%39.02%-
HSV(B)207.96º68.21%59.22%-
XYZ11.6612.5631.09-
YUV92.03161.2896.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 151 (59.38% from 255) = 50%
R=15.89%
G=34.11%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481031510.680.3200.41207.9651.7639.02
Hex3067974420029d03427
Octal60147227104400513206447
Binary1100001100111100101111000100100000010100111010000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306797; }

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

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

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

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

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

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

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

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