#306475

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

Shades of Blumine #306475

Tints of Blumine #306475

Color information

#306475 (or 0x306475) is unknown color: approx Blumine. HEX triplet: 30, 64 and 75. RGB value is (48,100,117). Sum of RGB (Red+Green+Blue) = 48+100+117=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #306475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306475 is #CF9B8A. Grayscale: #565656. Windows color (decimal): -13605771 or 7693360. OLE color: 7693360.

HSL color Cylindrical-coordinate representation of color #306475: hue angle of 194.78º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306475 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB48100117-
CMYK0.590.1500.54
HSL194.78º41.82%32.35%-
HSV(B)194.78º58.97%45.88%-
XYZ8.9911.0318.48-
YUV86.39145.27100.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=18.11%
G=37.74%
B=44.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481001170.590.1500.54194.7841.8232.35
Hex3064753BF036c32a20
Octal6014416573170663035240
Binary110000110010011101011110111111011011011000011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306475; }

 p { color: rgb(48,100,117); }

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

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

 a { background-color: rgb(48,100,117); }

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

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

 span { border-color: rgb(48,100,117); }

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