#305F73

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

Shades of Blumine #305F73

Tints of Blumine #305F73

Color information

#305F73 (or 0x305F73) is unknown color: approx Blumine. HEX triplet: 30, 5F and 73. RGB value is (48,95,115). Sum of RGB (Red+Green+Blue) = 48+95+115=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #305F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F73 is #CFA08C. Grayscale: #535353. Windows color (decimal): -13607053 or 7561008. OLE color: 7561008.

HSL color Cylindrical-coordinate representation of color #305F73: hue angle of 197.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305F73 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4895115-
CMYK0.580.1700.55
HSL197.91º41.1%31.96%-
HSV(B)197.91º58.26%45.1%-
XYZ8.4110.0517.72-
YUV83.23145.93102.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=18.60%
G=36.82%
B=44.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48951150.580.1700.55197.9141.131.96
Hex305F733A11037c62920
Octal6013716372210673065140
Binary1100001011111111001111101010001011011111000110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305F73; }

 p { color: rgb(48,95,115); }

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

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

 a { background-color: rgb(48,95,115); }

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

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

 span { border-color: rgb(48,95,115); }

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