#306872

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

Shades of Blumine #306872

Tints of Blumine #306872

Color information

#306872 (or 0x306872) is unknown color: approx Blumine. HEX triplet: 30, 68 and 72. RGB value is (48,104,114). Sum of RGB (Red+Green+Blue) = 48+104+114=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #306872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306872 is #CF978D. Grayscale: #585858. Windows color (decimal): -13604750 or 7497776. OLE color: 7497776.

HSL color Cylindrical-coordinate representation of color #306872: hue angle of 189.09º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306872 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB48104114-
CMYK0.580.0900.55
HSL189.09º40.74%31.76%-
HSV(B)189.09º57.89%44.71%-
XYZ9.2111.7417.7-
YUV88.4142.4599.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=18.05%
G=39.10%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481041140.580.0900.55189.0940.7431.76
Hex3068723A9037bd2920
Octal6015016272110672755140
Binary110000110100011100101110101001011011110111101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306872; }

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

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

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

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

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

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

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

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