#306175

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

Shades of Blumine #306175

Tints of Blumine #306175

Color information

#306175 (or 0x306175) is unknown color: approx Blumine. HEX triplet: 30, 61 and 75. RGB value is (48,97,117). Sum of RGB (Red+Green+Blue) = 48+97+117=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #306175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306175 is #CF9E8A. Grayscale: #545454. Windows color (decimal): -13606539 or 7692592. OLE color: 7692592.

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

Color convert

RGB4897117-
CMYK0.590.1700.54
HSL197.39º41.82%32.35%-
HSV(B)197.39º58.97%45.88%-
XYZ8.710.4618.39-
YUV84.63146.27101.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=18.32%
G=37.02%
B=44.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48971170.590.1700.54197.3941.8232.35
Hex3061753B11036c52a20
Octal6014116573210663055240
Binary1100001100001111010111101110001011011011000101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306175; }

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

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

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

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

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

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

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

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