#398488

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

Shades of Blue Chill #398488

Tints of Blue Chill #398488

Color information

#398488 (or 0x398488) is unknown color: approx Blue Chill. HEX triplet: 39, 84 and 88. RGB value is (57,132,136). Sum of RGB (Red+Green+Blue) = 57+132+136=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #398488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398488 is #C67B77. Grayscale: #6D6D6D. Windows color (decimal): -13007736 or 8946745. OLE color: 8946745.

HSL color Cylindrical-coordinate representation of color #398488: hue angle of 183.04º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398488 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57132136-
CMYK0.580.0300.47
HSL183.04º40.93%37.84%-
HSV(B)183.04º58.09%53.33%-
XYZ14.3819.1526.23-
YUV110.03142.6590.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=17.54%
G=40.62%
B=41.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571321360.580.0300.47183.0440.9337.84
Hex3984883A302Fb72926
Octal712042107230572675146
Binary111001100001001000100011101011010111110110111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398488; }

 p { color: rgb(57,132,136); }

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

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

 a { background-color: rgb(57,132,136); }

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

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

 span { border-color: rgb(57,132,136); }

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