#306374

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

Shades of Blumine #306374

Tints of Blumine #306374

Color information

#306374 (or 0x306374) is unknown color: approx Blumine. HEX triplet: 30, 63 and 74. RGB value is (48,99,116). Sum of RGB (Red+Green+Blue) = 48+99+116=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #306374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306374 is #CF9C8B. Grayscale: #555555. Windows color (decimal): -13606028 or 7627568. OLE color: 7627568.

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

Color convert

RGB4899116-
CMYK0.590.1500.55
HSL195º41.46%32.16%-
HSV(B)195º58.62%45.49%-
XYZ8.8310.8118.14-
YUV85.69145.1101.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=18.25%
G=37.64%
B=44.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48991160.590.1500.5519541.4632.16
Hex3063743BF037c32920
Octal6014316473170673035140
Binary110000110001111101001110111111011011111000011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306374; }

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

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

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

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

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

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

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

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