#306778

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

Shades of Blumine #306778

Tints of Blumine #306778

Color information

#306778 (or 0x306778) is unknown color: approx Blumine. HEX triplet: 30, 67 and 78. RGB value is (48,103,120). Sum of RGB (Red+Green+Blue) = 48+103+120=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #306778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306778 is #CF9887. Grayscale: #585858. Windows color (decimal): -13605000 or 7890736. OLE color: 7890736.

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

Color convert

RGB48103120-
CMYK0.600.1400.53
HSL194.17º42.86%32.94%-
HSV(B)194.17º60%47.06%-
XYZ9.4611.6819.53-
YUV88.49145.7899.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=17.71%
G=38.01%
B=44.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481031200.600.1400.53194.1742.8632.94
Hex3067783CE035c22b21
Octal6014717074160653025341
Binary110000110011111110001111001110011010111000010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306778; }

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

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

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

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

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

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

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

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