#306173

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

Shades of Blumine #306173

Tints of Blumine #306173

Color information

#306173 (or 0x306173) is unknown color: approx Blumine. HEX triplet: 30, 61 and 73. RGB value is (48,97,115). Sum of RGB (Red+Green+Blue) = 48+97+115=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #306173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306173 is #CF9E8C. Grayscale: #545454. Windows color (decimal): -13606541 or 7561520. OLE color: 7561520.

HSL color Cylindrical-coordinate representation of color #306173: hue angle of 196.12º 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 #306173 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4897115-
CMYK0.580.1600.55
HSL196.12º41.1%31.96%-
HSV(B)196.12º58.26%45.1%-
XYZ8.5910.4217.78-
YUV84.4145.27102.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=18.46%
G=37.31%
B=44.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48971150.580.1600.55196.1241.131.96
Hex3061733A10037c42920
Octal6014116372200673045140
Binary1100001100001111001111101010000011011111000100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306173; }

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

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

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

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

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

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

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

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