#308D91

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

Shades of Blue Chill #308D91

Tints of Blue Chill #308D91

Color information

#308D91 (or 0x308D91) is unknown color: approx Blue Chill. HEX triplet: 30, 8D and 91. RGB value is (48,141,145). Sum of RGB (Red+Green+Blue) = 48+141+145=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #308D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D91 is #CF726E. Grayscale: #717171. Windows color (decimal): -13595247 or 9538864. OLE color: 9538864.

HSL color Cylindrical-coordinate representation of color #308D91: hue angle of 182.47º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308D91 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48141145-
CMYK0.670.0300.43
HSL182.47º50.26%37.84%-
HSV(B)182.47º66.9%56.86%-
XYZ15.8521.7230.15-
YUV113.65145.6981.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.37%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=14.37%
G=42.22%
B=43.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481411450.670.0300.43182.4750.2637.84
Hex308D9143302Bb63226
Octal6021522110330532666246
Binary1100001000110110010001100001111010101110110110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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