#306474

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

Shades of Blumine #306474

Tints of Blumine #306474

Color information

#306474 (or 0x306474) is unknown color: approx Blumine. HEX triplet: 30, 64 and 74. RGB value is (48,100,116). Sum of RGB (Red+Green+Blue) = 48+100+116=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #306474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306474 is #CF9B8B. Grayscale: #565656. Windows color (decimal): -13605772 or 7627824. OLE color: 7627824.

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

Color convert

RGB48100116-
CMYK0.590.1400.55
HSL194.12º41.46%32.16%-
HSV(B)194.12º58.62%45.49%-
XYZ8.931118.18-
YUV86.28144.77100.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 100 (39.45% from 255) = 37.88%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=18.18%
G=37.88%
B=43.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481001160.590.1400.55194.1241.4632.16
Hex3064743BE037c22920
Octal6014416473160673025140
Binary110000110010011101001110111110011011111000010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306474; }

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

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

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

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

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

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

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

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