#306895

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

Shades of Lochmara #306895

Tints of Lochmara #306895

Color information

#306895 (or 0x306895) is unknown color: approx Lochmara. HEX triplet: 30, 68 and 95. RGB value is (48,104,149). Sum of RGB (Red+Green+Blue) = 48+104+149=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #306895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306895 is #CF976A. Grayscale: #5C5C5C. Windows color (decimal): -13604715 or 9791536. OLE color: 9791536.

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

Color convert

RGB48104149-
CMYK0.680.3000.42
HSL206.73º51.27%38.63%-
HSV(B)206.73º67.79%58.43%-
XYZ11.5912.730.27-
YUV92.39159.9596.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=15.95%
G=34.55%
B=49.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481041490.680.3000.42206.7351.2738.63
Hex306895441E02Acf3327
Octal60150225104360523176347
Binary110000110100010010101100010011110010101011001111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306895; }

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

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

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

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

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

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

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

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