Html Css Color HEX #399B9A Blue Chill

📋 copy color: '#399B9A'

red 57 ◦ green 155 ◦ blue 154

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

Shades of Blue Chill #399B9A

Tints of Blue Chill #399B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.08%

R = 15.57%
G = 42.35%
B = 42.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#399B9A (or 0x399B9A) is known color: Blue Chill. HEX triplet: 39, 9B and 9A. RGB value is (57,155,154). Sum of RGB (Red+Green+Blue) = 57+155+154=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #399B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B9A is #C66465. Grayscale: #7D7D7D. Windows color (decimal): -13001830 or 10132281. OLE color: 10132281.

HSL color Cylindrical-coordinate representation of color #399B9A: hue angle of 179.39º 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 #399B9A is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 155 154 -
CMYK 0.63 0 0.01 0.39
HSL 179.39º 0.46% 0.42% -
HSV(B) 179.39º 0.63% 0.61% -
XYZ 19.24 26.65 34.7 -
YUV 125.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 57 155 154 0.63 0 0.01 0.39 179.39 0.46 0.42
Hex 39 9B 9A 3F 0 1 27 B3 2E 2A
Octal 71 233 232 77 0 1 47 263 56 52
Binary 111001 10011011 10011010 111111 0 1 100111 10110011 101110 101010

Color Harmonies of #399B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399B9A

Black with #399B9A

Text Example


Text Example

White with #399B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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