#306974

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

Shades of Blumine #306974

Tints of Blumine #306974

Color information

#306974 (or 0x306974) is unknown color: approx Blumine. HEX triplet: 30, 69 and 74. RGB value is (48,105,116). Sum of RGB (Red+Green+Blue) = 48+105+116=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #306974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306974 is #CF968B. Grayscale: #595959. Windows color (decimal): -13604492 or 7629104. OLE color: 7629104.

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

Color convert

RGB48105116-
CMYK0.590.0900.55
HSL189.71º41.46%32.16%-
HSV(B)189.71º58.62%45.49%-
XYZ9.4211.9918.34-
YUV89.21143.1298.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.84%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 116 (45.70% from 255) = 43.12%
R=17.84%
G=39.03%
B=43.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481051160.590.0900.55189.7141.4632.16
Hex3069743B9037be2920
Octal6015116473110672765140
Binary110000110100111101001110111001011011110111110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306974; }

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

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

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

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

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

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

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

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