#398A8D

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

Shades of Blue Chill #398A8D

Tints of Blue Chill #398A8D

Color information

#398A8D (or 0x398A8D) is unknown color: approx Blue Chill. HEX triplet: 39, 8A and 8D. RGB value is (57,138,141). Sum of RGB (Red+Green+Blue) = 57+138+141=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #398A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398A8D is #C67572. Grayscale: #727272. Windows color (decimal): -13006195 or 9275961. OLE color: 9275961.

HSL color Cylindrical-coordinate representation of color #398A8D: hue angle of 182.14º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398A8D is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57138141-
CMYK0.600.0200.45
HSL182.14º42.42%38.82%-
HSV(B)182.14º59.57%55.29%-
XYZ15.5820.9728.43-
YUV114.12143.1687.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.96%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=16.96%
G=41.07%
B=41.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571381410.600.0200.45182.1442.4238.82
Hex398A8D3C202Db62a27
Octal712122157420552665247
Binary111001100010101000110111110010010110110110110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,138,141); }

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

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

 a { background-color: rgb(57,138,141); }

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

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

 span { border-color: rgb(57,138,141); }

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