#308D8B

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

Shades of Blue Chill #308D8B

Tints of Blue Chill #308D8B

Color information

#308D8B (or 0x308D8B) is unknown color: approx Blue Chill. HEX triplet: 30, 8D and 8B. RGB value is (48,141,139). Sum of RGB (Red+Green+Blue) = 48+141+139=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #308D8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D8B is #CF7274. Grayscale: #707070. Windows color (decimal): -13595253 or 9145648. OLE color: 9145648.

HSL color Cylindrical-coordinate representation of color #308D8B: hue angle of 178.71º 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 #308D8B is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB48141139-
CMYK0.6600.010.45
HSL178.71º49.21%37.06%-
HSV(B)178.71º65.96%55.29%-
XYZ15.421.5427.77-
YUV112.96142.6981.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.63%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=14.63%
G=42.99%
B=42.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481411390.6600.010.45178.7149.2137.06
Hex308D8B42012Db33125
Octal6021521310201552636145
Binary110000100011011000101110000100110110110110011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308D8B; }

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

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

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

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

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

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

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

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