Html Css Color HEX #399B9C Blue Chill

📋 copy color: '#399B9C'

red 57 ◦ green 155 ◦ blue 156

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

Shades of Blue Chill #399B9C

Tints of Blue Chill #399B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.39%

R = 15.49%
G = 42.12%
B = 42.39%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#399B9C (or 0x399B9C) is known color: Blue Chill. HEX triplet: 39, 9B and 9C. RGB value is (57,155,156). Sum of RGB (Red+Green+Blue) = 57+155+156=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #399B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B9C is #C66463. Grayscale: #7D7D7D. Windows color (decimal): -13001828 or 10263353. OLE color: 10263353.

HSL color Cylindrical-coordinate representation of color #399B9C: hue angle of 180.61º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399B9C is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 155 156 -
CMYK 0.63 0.01 0 0.39
HSL 180.61º 0.46% 0.42% -
HSV(B) 180.61º 0.63% 0.61% -
XYZ 19.41 26.71 35.59 -
YUV 125.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 57 155 156 0.63 0.01 0 0.39 180.61 0.46 0.42
Hex 39 9B 9C 3F 1 0 27 B5 2E 2A
Octal 71 233 234 77 1 0 47 265 56 52
Binary 111001 10011011 10011100 111111 1 0 100111 10110101 101110 101010

Color Harmonies of #399B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399B9C

Black with #399B9C

Text Example


Text Example

White with #399B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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