#398692

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

Shades of Blue Chill #398692

Tints of Blue Chill #398692

Color information

#398692 (or 0x398692) is unknown color: approx Blue Chill. HEX triplet: 39, 86 and 92. RGB value is (57,134,146). Sum of RGB (Red+Green+Blue) = 57+134+146=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #398692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398692 is #C6796D. Grayscale: #707070. Windows color (decimal): -13007214 or 9602617. OLE color: 9602617.

HSL color Cylindrical-coordinate representation of color #398692: hue angle of 188.09º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #398692 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57134146-
CMYK0.610.0800.43
HSL188.09º43.84%39.8%-
HSV(B)188.09º60.96%57.25%-
XYZ15.42030.24-
YUV112.34146.9988.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.91%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=16.91%
G=39.76%
B=43.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571341460.610.0800.43188.0943.8439.8
Hex3986923D802Bbc2c28
Octal7120622275100532745450
Binary11100110000110100100101111011000010101110111100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398692; }

 p { color: rgb(57,134,146); }

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

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

 a { background-color: rgb(57,134,146); }

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

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

 span { border-color: rgb(57,134,146); }

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