#398894

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

Shades of Blue Chill #398894

Tints of Blue Chill #398894

Color information

#398894 (or 0x398894) is unknown color: approx Blue Chill. HEX triplet: 39, 88 and 94. RGB value is (57,136,148). Sum of RGB (Red+Green+Blue) = 57+136+148=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #398894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398894 is #C6776B. Grayscale: #717171. Windows color (decimal): -13006700 or 9734201. OLE color: 9734201.

HSL color Cylindrical-coordinate representation of color #398894: hue angle of 187.91º 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 #398894 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57136148-
CMYK0.610.0800.42
HSL187.91º44.39%40.2%-
HSV(B)187.91º61.49%58.04%-
XYZ15.8420.6231.16-
YUV113.75147.3387.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.72%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 148 (58.20% from 255) = 43.40%
R=16.72%
G=39.88%
B=43.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571361480.610.0800.42187.9144.3940.2
Hex3988943D802Abc2c28
Octal7121022475100522745450
Binary11100110001000100101001111011000010101010111100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398894; }

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

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

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

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

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

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

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

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