#306795

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

Shades of Lochmara #306795

Tints of Lochmara #306795

Color information

#306795 (or 0x306795) is unknown color: approx Lochmara. HEX triplet: 30, 67 and 95. RGB value is (48,103,149). Sum of RGB (Red+Green+Blue) = 48+103+149=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #306795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306795 is #CF986A. Grayscale: #5B5B5B. Windows color (decimal): -13604971 or 9791280. OLE color: 9791280.

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

Color convert

RGB48103149-
CMYK0.680.3100.42
HSL207.33º51.27%38.63%-
HSV(B)207.33º67.79%58.43%-
XYZ11.4912.530.24-
YUV91.8160.2896.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 103 (40.62% from 255) = 34.33%
BLUE value IS 149 (58.59% from 255) = 49.67%
R=16%
G=34.33%
B=49.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481031490.680.3100.42207.3351.2738.63
Hex306795441F02Acf3327
Octal60147225104370523176347
Binary110000110011110010101100010011111010101011001111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306795; }

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

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

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

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

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

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

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

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