#398C90

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

Shades of Blue Chill #398C90

Tints of Blue Chill #398C90

Color information

#398C90 (or 0x398C90) is unknown color: approx Blue Chill. HEX triplet: 39, 8C and 90. RGB value is (57,140,144). Sum of RGB (Red+Green+Blue) = 57+140+144=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #398C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398C90 is #C6736F. Grayscale: #737373. Windows color (decimal): -13005680 or 9473081. OLE color: 9473081.

HSL color Cylindrical-coordinate representation of color #398C90: hue angle of 182.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398C90 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57140144-
CMYK0.600.0300.44
HSL182.76º43.28%39.41%-
HSV(B)182.76º60.42%56.47%-
XYZ16.121.6429.71-
YUV115.6414486.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.72%
GREEN value IS 140 (55.08% from 255) = 41.06%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=16.72%
G=41.06%
B=42.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571401440.600.0300.44182.7643.2839.41
Hex398C903C302Cb72b27
Octal712142207430542675347
Binary111001100011001001000011110011010110010110111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,140,144); }

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

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

 a { background-color: rgb(57,140,144); }

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

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

 span { border-color: rgb(57,140,144); }

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