#30828D

Color #30828D Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #30828D

Tints of Blue Chill #30828D

Color information

#30828D (or 0x30828D) is unknown color: approx Blue Chill. HEX triplet: 30, 82 and 8D. RGB value is (48,130,141). Sum of RGB (Red+Green+Blue) = 48+130+141=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #30828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30828D is #CF7D72. Grayscale: #6A6A6A. Windows color (decimal): -13598067 or 9273904. OLE color: 9273904.

HSL color Cylindrical-coordinate representation of color #30828D: hue angle of 187.1º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30828D is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB48130141-
CMYK0.660.0800.45
HSL187.1º49.21%37.06%-
HSV(B)187.1º65.96%55.29%-
XYZ14.0118.5228.04-
YUV106.74147.3386.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=15.05%
G=40.75%
B=44.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481301410.660.0800.45187.149.2137.06
Hex30828D42802Dbb3125
Octal60202215102100552736145
Binary110000100000101000110110000101000010110110111011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30828D; }

 p { color: rgb(48,130,141); }

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

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

 a { background-color: rgb(48,130,141); }

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

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

 span { border-color: rgb(48,130,141); }

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