#398A93

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

Shades of Blue Chill #398A93

Tints of Blue Chill #398A93

Color information

#398A93 (or 0x398A93) is unknown color: approx Blue Chill. HEX triplet: 39, 8A and 93. RGB value is (57,138,147). Sum of RGB (Red+Green+Blue) = 57+138+147=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #398A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398A93 is #C6756C. Grayscale: #727272. Windows color (decimal): -13006189 or 9669177. OLE color: 9669177.

HSL color Cylindrical-coordinate representation of color #398A93: hue angle of 186º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #398A93 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57138147-
CMYK0.610.0600.42
HSL186º44.12%40%-
HSV(B)186º61.22%57.65%-
XYZ16.0421.1530.84-
YUV114.81146.1686.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.67%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 147 (57.81% from 255) = 42.98%
R=16.67%
G=40.35%
B=42.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571381470.610.0600.4218644.1240
Hex398A933D602Aba2c28
Octal712122237560522725450
Binary1110011000101010010011111101110010101010111010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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