#308B89

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

Shades of Blue Chill #308B89

Tints of Blue Chill #308B89

Color information

#308B89 (or 0x308B89) is unknown color: approx Blue Chill. HEX triplet: 30, 8B and 89. RGB value is (48,139,137). Sum of RGB (Red+Green+Blue) = 48+139+137=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #308B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B89 is #CF7476. Grayscale: #6F6F6F. Windows color (decimal): -13595767 or 9014064. OLE color: 9014064.

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

Color convert

RGB48139137-
CMYK0.6500.010.45
HSL178.68º48.66%36.67%-
HSV(B)178.68º65.47%54.51%-
XYZ14.9720.926.91-
YUV111.56142.3582.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 139 (54.69% from 255) = 42.90%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=14.81%
G=42.90%
B=42.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481391370.6500.010.45178.6848.6636.67
Hex308B8941012Db33125
Octal6021321110101552636145
Binary110000100010111000100110000010110110110110011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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