Html Css Color HEX #398390 Blue Chill

📋 copy color: '#398390'

red 57 ◦ green 131 ◦ blue 144

#398390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #398390

Tints of Blue Chill #398390

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 value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#398390 (or 0x398390) is known color: 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

RGB 57 131 144 -
CMYK 0.60 0.09 0 0.44
HSL 188.97º 0.43% 0.39% -
HSV(B) 188.97º 0.6% 0.56% -
XYZ 14.84 19.12 29.29 -
YUV 110.36 146.98 89.94 -
System Red Green Blue C M Y K H S L
Decimal 57 131 144 0.60 0.09 0 0.44 188.97 0.43 0.39
Hex 39 83 90 3C 9 0 2C BD 2B 27
Octal 71 203 220 74 11 0 54 275 53 47
Binary 111001 10000011 10010000 111100 1001 0 101100 10111101 101011 100111

Color Harmonies of #398390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398390

Black with #398390

Text Example


Text Example

White with #398390

Text Example


Text Example

HTML Codes & Css Web 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>