#308B8A

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

Shades of Blue Chill #308B8A

Tints of Blue Chill #308B8A

Color information

#308B8A (or 0x308B8A) is unknown color: approx Blue Chill. HEX triplet: 30, 8B and 8A. RGB value is (48,139,138). Sum of RGB (Red+Green+Blue) = 48+139+138=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #308B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B8A is #CF7475. Grayscale: #6F6F6F. Windows color (decimal): -13595766 or 9079600. OLE color: 9079600.

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

Color convert

RGB48139138-
CMYK0.6500.010.45
HSL179.34º48.66%36.67%-
HSV(B)179.34º65.47%54.51%-
XYZ15.0420.9327.29-
YUV111.68142.8582.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.77%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=14.77%
G=42.77%
B=42.46%

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
Decimal481391380.6500.010.45179.3448.6636.67
Hex308B8A41012Db33125
Octal6021321210101552636145
Binary110000100010111000101010000010110110110110011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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