#306473

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

Shades of Blumine #306473

Tints of Blumine #306473

Color information

#306473 (or 0x306473) is unknown color: approx Blumine. HEX triplet: 30, 64 and 73. RGB value is (48,100,115). Sum of RGB (Red+Green+Blue) = 48+100+115=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #306473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306473 is #CF9B8C. Grayscale: #565656. Windows color (decimal): -13605773 or 7562288. OLE color: 7562288.

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

Color convert

RGB48100115-
CMYK0.580.1300.55
HSL193.43º41.1%31.96%-
HSV(B)193.43º58.26%45.1%-
XYZ8.8710.9817.87-
YUV86.16144.27100.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 100 (39.45% from 255) = 38.02%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=18.25%
G=38.02%
B=43.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481001150.580.1300.55193.4341.131.96
Hex3064733AD037c12920
Octal6014416372150673015140
Binary110000110010011100111110101101011011111000001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306473; }

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

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

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

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

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

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

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

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