#398F88

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

Shades of Blue Chill #398F88

Tints of Blue Chill #398F88

Color information

#398F88 (or 0x398F88) is unknown color: approx Blue Chill. HEX triplet: 39, 8F and 88. RGB value is (57,143,136). Sum of RGB (Red+Green+Blue) = 57+143+136=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #398F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398F88 is #C67077. Grayscale: #747474. Windows color (decimal): -13004920 or 8949561. OLE color: 8949561.

HSL color Cylindrical-coordinate representation of color #398F88: hue angle of 175.12º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398F88 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB57143136-
CMYK0.6000.050.44
HSL175.12º43%39.22%-
HSV(B)175.12º60.14%56.08%-
XYZ15.9522.2926.75-
YUV116.49139.0185.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.96%
GREEN value IS 143 (56.25% from 255) = 42.56%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=16.96%
G=42.56%
B=40.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571431360.6000.050.44175.124339.22
Hex398F883C052Caf2b27
Octal712172107405542575347
Binary1110011000111110001000111100010110110010101111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398F88; }

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

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

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

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

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

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

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

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