#398390

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

Shades of Blue Chill #398390

Tints of Blue Chill #398390

Color information

#398390 (or 0x398390) is unknown color: approx Blue Chill. HEX triplet: 39, 83 and 90. RGB value is (57,131,144). Sum of RGB (Red+Green+Blue) = 57+131+144=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #398390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398390 is #C67C6F. Grayscale: #6E6E6E. Windows color (decimal): -13007984 or 9470777. OLE color: 9470777.

HSL color Cylindrical-coordinate representation of color #398390: hue angle of 188.97º 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 #398390 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57131144-
CMYK0.600.0900.44
HSL188.97º43.28%39.41%-
HSV(B)188.97º60.42%56.47%-
XYZ14.8419.1229.29-
YUV110.36146.9889.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.17%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=17.17%
G=39.46%
B=43.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571311440.600.0900.44188.9743.2839.41
Hex3983903C902Cbd2b27
Octal7120322074110542755347
Binary11100110000011100100001111001001010110010111101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398390; }

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

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

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

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

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

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

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

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