Html Css Color HEX #399D9D Blue Chill

📋 copy color: '#399D9D'

red 57 ◦ green 157 ◦ blue 157

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

Shades of Blue Chill #399D9D

Tints of Blue Chill #399D9D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.32%

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

R = 15.36%
G = 42.32%
B = 42.32%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#399D9D (or 0x399D9D) is known color: Blue Chill. HEX triplet: 39, 9D and 9D. RGB value is (57,157,157). Sum of RGB (Red+Green+Blue) = 57+157+157=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #399D9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399D9D is #C66262. Grayscale: #7E7E7E. Windows color (decimal): -13001315 or 10329401. OLE color: 10329401.

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

Color convert

RGB 57 157 157 -
CMYK 0.64 0 0 0.38
HSL 180º 0.47% 0.42% -
HSV(B) 180º 0.64% 0.62% -
XYZ 19.83 27.42 36.15 -
YUV 127.1 144.87 78 -
System Red Green Blue C M Y K H S L
Decimal 57 157 157 0.64 0 0 0.38 180 0.47 0.42
Hex 39 9D 9D 40 0 0 26 B4 2F 2A
Octal 71 235 235 100 0 0 46 264 57 52
Binary 111001 10011101 10011101 1000000 0 0 100110 10110100 101111 101010

Color Harmonies of #399D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D9D

Black with #399D9D

Text Example


Text Example

White with #399D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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