#30687A

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

Shades of Blumine #30687A

Tints of Blumine #30687A

Color information

#30687A (or 0x30687A) is unknown color: approx Blumine. HEX triplet: 30, 68 and 7A. RGB value is (48,104,122). Sum of RGB (Red+Green+Blue) = 48+104+122=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #30687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30687A is #CF9785. Grayscale: #595959. Windows color (decimal): -13604742 or 8022064. OLE color: 8022064.

HSL color Cylindrical-coordinate representation of color #30687A: hue angle of 194.59º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30687A is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB48104122-
CMYK0.610.1500.52
HSL194.59º43.53%33.33%-
HSV(B)194.59º60.66%47.84%-
XYZ9.6811.9320.21-
YUV89.31146.4598.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=17.52%
G=37.96%
B=44.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481041220.610.1500.52194.5943.5333.33
Hex30687A3DF034c32c21
Octal6015017275170643035441
Binary110000110100011110101111011111011010011000011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30687A; }

 p { color: rgb(48,104,122); }

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

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

 a { background-color: rgb(48,104,122); }

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

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

 span { border-color: rgb(48,104,122); }

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