#306575

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

Shades of Blumine #306575

Tints of Blumine #306575

Color information

#306575 (or 0x306575) is unknown color: approx Blumine. HEX triplet: 30, 65 and 75. RGB value is (48,101,117). Sum of RGB (Red+Green+Blue) = 48+101+117=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #306575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306575 is #CF9A8A. Grayscale: #565656. Windows color (decimal): -13605515 or 7693616. OLE color: 7693616.

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

Color convert

RGB48101117-
CMYK0.590.1400.54
HSL193.91º41.82%32.35%-
HSV(B)193.91º58.97%45.88%-
XYZ9.0811.2218.52-
YUV86.98144.94100.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=18.05%
G=37.97%
B=43.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481011170.590.1400.54193.9141.8232.35
Hex3065753BE036c22a20
Octal6014516573160663025240
Binary110000110010111101011110111110011011011000010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306575; }

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

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

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

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

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

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

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

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