#388489

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

Shades of Blue Chill #388489

Tints of Blue Chill #388489

Color information

#388489 (or 0x388489) is unknown color: approx Blue Chill. HEX triplet: 38, 84 and 89. RGB value is (56,132,137). Sum of RGB (Red+Green+Blue) = 56+132+137=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #388489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388489 is #C77B76. Grayscale: #6D6D6D. Windows color (decimal): -13073271 or 9012280. OLE color: 9012280.

HSL color Cylindrical-coordinate representation of color #388489: hue angle of 183.7º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388489 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB56132137-
CMYK0.590.0400.46
HSL183.7º41.97%37.84%-
HSV(B)183.7º59.12%53.73%-
XYZ14.419.1526.6-
YUV109.85143.3289.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=17.23%
G=40.62%
B=42.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561321370.590.0400.46183.741.9737.84
Hex3884893B402Eb82a26
Octal702042117340562705246
Binary1110001000010010001001111011100010111010111000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388489; }

 p { color: rgb(56,132,137); }

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

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

 a { background-color: rgb(56,132,137); }

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

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

 span { border-color: rgb(56,132,137); }

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