#306273

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

Shades of Blumine #306273

Tints of Blumine #306273

Color information

#306273 (or 0x306273) is unknown color: approx Blumine. HEX triplet: 30, 62 and 73. RGB value is (48,98,115). Sum of RGB (Red+Green+Blue) = 48+98+115=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #306273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306273 is #CF9D8C. Grayscale: #545454. Windows color (decimal): -13606285 or 7561776. OLE color: 7561776.

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

Color convert

RGB4898115-
CMYK0.580.1500.55
HSL195.22º41.1%31.96%-
HSV(B)195.22º58.26%45.1%-
XYZ8.6810.617.81-
YUV84.99144.94101.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=18.39%
G=37.55%
B=44.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48981150.580.1500.55195.2241.131.96
Hex3062733AF037c32920
Octal6014216372170673035140
Binary110000110001011100111110101111011011111000011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306273; }

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

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

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

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

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

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

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

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