#398588

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

Shades of Blue Chill #398588

Tints of Blue Chill #398588

Color information

#398588 (or 0x398588) is unknown color: approx Blue Chill. HEX triplet: 39, 85 and 88. RGB value is (57,133,136). Sum of RGB (Red+Green+Blue) = 57+133+136=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #398588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398588 is #C67A77. Grayscale: #6E6E6E. Windows color (decimal): -13007480 or 8947001. OLE color: 8947001.

HSL color Cylindrical-coordinate representation of color #398588: hue angle of 182.28º 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 #398588 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57133136-
CMYK0.580.0200.47
HSL182.28º40.93%37.84%-
HSV(B)182.28º58.09%53.33%-
XYZ14.5219.4226.28-
YUV110.62142.3289.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.48%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=17.48%
G=40.80%
B=41.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571331360.580.0200.47182.2840.9337.84
Hex3985883A202Fb62926
Octal712052107220572665146
Binary111001100001011000100011101010010111110110110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398588; }

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

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

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

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

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

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

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

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