Html Css Color HEX #399B9D Blue Chill

📋 copy color: '#399B9D'

red 57 ◦ green 155 ◦ blue 157

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

Shades of Blue Chill #399B9D

Tints of Blue Chill #399B9D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.01%

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 15.45%
G = 42.01%
B = 42.55%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#399B9D (or 0x399B9D) is known color: Blue Chill. HEX triplet: 39, 9B and 9D. RGB value is (57,155,157). Sum of RGB (Red+Green+Blue) = 57+155+157=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #399B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B9D is #C66462. Grayscale: #7D7D7D. Windows color (decimal): -13001827 or 10328889. OLE color: 10328889.

HSL color Cylindrical-coordinate representation of color #399B9D: hue angle of 181.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399B9D is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 155 157 -
CMYK 0.64 0.01 0 0.38
HSL 181.2º 0.47% 0.42% -
HSV(B) 181.2º 0.64% 0.62% -
XYZ 19.49 26.75 36.03 -
YUV 125.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 57 155 157 0.64 0.01 0 0.38 181.2 0.47 0.42
Hex 39 9B 9D 40 1 0 26 B5 2F 2A
Octal 71 233 235 100 1 0 46 265 57 52
Binary 111001 10011011 10011101 1000000 1 0 100110 10110101 101111 101010

Color Harmonies of #399B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399B9D

Black with #399B9D

Text Example


Text Example

White with #399B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399B9D; }

 p { color: rgb(57,155,157); }

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

background-color css

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

 a { background-color: rgb(57,155,157); }

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

border-color css

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

 span { border-color: rgb(57,155,157); }

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