#306978

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

Shades of Blumine #306978

Tints of Blumine #306978

Color information

#306978 (or 0x306978) is unknown color: approx Blumine. HEX triplet: 30, 69 and 78. RGB value is (48,105,120). Sum of RGB (Red+Green+Blue) = 48+105+120=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #306978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306978 is #CF9687. Grayscale: #595959. Windows color (decimal): -13604488 or 7891248. OLE color: 7891248.

HSL color Cylindrical-coordinate representation of color #306978: hue angle of 192.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306978 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB48105120-
CMYK0.600.1300.53
HSL192.5º42.86%32.94%-
HSV(B)192.5º60%47.06%-
XYZ9.6612.0919.59-
YUV89.67145.1298.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=17.58%
G=38.46%
B=43.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481051200.600.1300.53192.542.8632.94
Hex3069783CD035c02b21
Octal6015117074150653005341
Binary110000110100111110001111001101011010111000000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306978; }

 p { color: rgb(48,105,120); }

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

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

 a { background-color: rgb(48,105,120); }

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

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

 span { border-color: rgb(48,105,120); }

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