#305963

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

Shades of Blumine #305963

Tints of Blumine #305963

Color information

#305963 (or 0x305963) is unknown color: approx Blumine. HEX triplet: 30, 59 and 63. RGB value is (48,89,99). Sum of RGB (Red+Green+Blue) = 48+89+99=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #305963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305963 is #CFA69C. Grayscale: #4D4D4D. Windows color (decimal): -13608605 or 6510896. OLE color: 6510896.

HSL color Cylindrical-coordinate representation of color #305963: hue angle of 191.76º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305963 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB488999-
CMYK0.520.1000.61
HSL191.76º34.69%28.82%-
HSV(B)191.76º51.52%38.82%-
XYZ7.048.6713.11-
YUV77.88139.92106.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=20.34%
G=37.71%
B=41.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4889990.520.1000.61191.7634.6928.82
Hex30596334A03Dc0231d
Octal6013114364120753004335
Binary11000010110011100011110100101001111011100000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305963; }

 p { color: rgb(48,89,99); }

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

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

 a { background-color: rgb(48,89,99); }

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

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

 span { border-color: rgb(48,89,99); }

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