#306074

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

Shades of Blumine #306074

Tints of Blumine #306074

Color information

#306074 (or 0x306074) is unknown color: approx Blumine. HEX triplet: 30, 60 and 74. RGB value is (48,96,116). Sum of RGB (Red+Green+Blue) = 48+96+116=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #306074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306074 is #CF9F8B. Grayscale: #535353. Windows color (decimal): -13606796 or 7626800. OLE color: 7626800.

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

Color convert

RGB4896116-
CMYK0.590.1700.55
HSL197.65º41.46%32.16%-
HSV(B)197.65º58.62%45.49%-
XYZ8.5510.2618.05-
YUV83.93146.1102.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 116 (45.70% from 255) = 44.62%
R=18.46%
G=36.92%
B=44.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48961160.590.1700.55197.6541.4632.16
Hex3060743B11037c62920
Octal6014016473210673065140
Binary1100001100000111010011101110001011011111000110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306074; }

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

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

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

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

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

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

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

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