Html Css Color HEX #399E9F Blue Chill

📋 copy color: '#399E9F'

red 57 ◦ green 158 ◦ blue 159

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

Shades of Blue Chill #399E9F

Tints of Blue Chill #399E9F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.25%

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 15.24%
G = 42.25%
B = 42.51%

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

#399E9F (or 0x399E9F) is known color: Blue Chill. HEX triplet: 39, 9E and 9F. RGB value is (57,158,159). Sum of RGB (Red+Green+Blue) = 57+158+159=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #399E9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399E9F is #C66160. Grayscale: #7F7F7F. Windows color (decimal): -13001057 or 10460729. OLE color: 10460729.

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

Color convert

RGB 57 158 159 -
CMYK 0.64 0.01 0 0.38
HSL 180.59º 0.47% 0.42% -
HSV(B) 180.59º 0.64% 0.62% -
XYZ 20.17 27.83 37.11 -
YUV 127.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 57 158 159 0.64 0.01 0 0.38 180.59 0.47 0.42
Hex 39 9E 9F 40 1 0 26 B5 2F 2A
Octal 71 236 237 100 1 0 46 265 57 52
Binary 111001 10011110 10011111 1000000 1 0 100110 10110101 101111 101010

Color Harmonies of #399E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399E9F

Black with #399E9F

Text Example


Text Example

White with #399E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,158,159); }

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

background-color css

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

 a { background-color: rgb(57,158,159); }

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

border-color css

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

 span { border-color: rgb(57,158,159); }

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