Html Css Color HEX #398995 Blue Chill

📋 copy color: '#398995'

red 57 ◦ green 137 ◦ blue 149

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

Shades of Blue Chill #398995

Tints of Blue Chill #398995

RGB

 RED value IS 57 (22.66% from 255) = 16.62%

 GREEN value IS 137 (53.91% from 255) = 39.94%

 BLUE value IS 149 (58.59% from 255) = 43.44%

R = 16.62%
G = 39.94%
B = 43.44%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#398995 (or 0x398995) is known color: Blue Chill. HEX triplet: 39, 89 and 95. RGB value is (57,137,149). Sum of RGB (Red+Green+Blue) = 57+137+149=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #398995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398995 is #C6766A. Grayscale: #727272. Windows color (decimal): -13006443 or 9799993. OLE color: 9799993.

HSL color Cylindrical-coordinate representation of color #398995: hue angle of 187.83º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398995 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 137 149 -
CMYK 0.62 0.08 0 0.42
HSL 187.83º 0.45% 0.4% -
HSV(B) 187.83º 0.62% 0.58% -
XYZ 16.06 20.93 31.63 -
YUV 114.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 57 137 149 0.62 0.08 0 0.42 187.83 0.45 0.4
Hex 39 89 95 3E 8 0 2A BC 2D 28
Octal 71 211 225 76 10 0 52 274 55 50
Binary 111001 10001001 10010101 111110 1000 0 101010 10111100 101101 101000

Color Harmonies of #398995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398995

Black with #398995

Text Example


Text Example

White with #398995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398995; }

 p { color: rgb(57,137,149); }

 H1.HeaderClassName
 {
   color: #398995;
 }
 .AnyTagClassName
 {
   color: #398995;
 }
</style>

background-color css

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

 a { background-color: rgb(57,137,149); }

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

border-color css

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

 span { border-color: rgb(57,137,149); }

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