#308C84

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

Shades of Blue Chill #308C84

Tints of Blue Chill #308C84

Color information

#308C84 (or 0x308C84) is unknown color: approx Blue Chill. HEX triplet: 30, 8C and 84. RGB value is (48,140,132). Sum of RGB (Red+Green+Blue) = 48+140+132=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #308C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308C84 is #CF737B. Grayscale: #6F6F6F. Windows color (decimal): -13595516 or 8686640. OLE color: 8686640.

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

Color convert

RGB48140132-
CMYK0.6600.060.45
HSL174.78º48.94%36.86%-
HSV(B)174.78º65.71%54.9%-
XYZ14.7621.0525.11-
YUV111.58139.5282.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15%
GREEN value IS 140 (55.08% from 255) = 43.75%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=15%
G=43.75%
B=41.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481401320.6600.060.45174.7848.9436.86
Hex308C8442062Daf3125
Octal6021420410206552576145
Binary11000010001100100001001000010011010110110101111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,140,132); }

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

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

 a { background-color: rgb(48,140,132); }

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

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

 span { border-color: rgb(48,140,132); }

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