#308689

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

Shades of Blue Chill #308689

Tints of Blue Chill #308689

Color information

#308689 (or 0x308689) is unknown color: approx Blue Chill. HEX triplet: 30, 86 and 89. RGB value is (48,134,137). Sum of RGB (Red+Green+Blue) = 48+134+137=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #308689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308689 is #CF7976. Grayscale: #6C6C6C. Windows color (decimal): -13597047 or 9012784. OLE color: 9012784.

HSL color Cylindrical-coordinate representation of color #308689: hue angle of 182.02º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308689 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48134137-
CMYK0.650.0200.46
HSL182.02º48.11%36.27%-
HSV(B)182.02º64.96%53.73%-
XYZ14.2619.4826.68-
YUV108.63144.0184.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=15.05%
G=42.01%
B=42.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481341370.650.0200.46182.0248.1136.27
Hex30868941202Eb63024
Octal6020621110120562666044
Binary1100001000011010001001100000110010111010110110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308689; }

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

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

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

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

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

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

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

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