#306078

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

Shades of Blumine #306078

Tints of Blumine #306078

Color information

#306078 (or 0x306078) is unknown color: approx Blumine. HEX triplet: 30, 60 and 78. RGB value is (48,96,120). Sum of RGB (Red+Green+Blue) = 48+96+120=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #306078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306078 is #CF9F87. Grayscale: #545454. Windows color (decimal): -13606792 or 7888944. OLE color: 7888944.

HSL color Cylindrical-coordinate representation of color #306078: hue angle of 200º 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 #306078 is Cyan = 0.60, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4896120-
CMYK0.600.200.53
HSL200º42.86%32.94%-
HSV(B)200º60%47.06%-
XYZ8.7910.3519.3-
YUV84.38148.1102.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48961200.600.200.5320042.8632.94
Hex3060783C14035c82b21
Octal6014017074240653105341
Binary1100001100000111100011110010100011010111001000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306078; }

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

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

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

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

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

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

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

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