Html Css Color HEX #399699 Blue Chill

📋 copy color: '#399699'

red 57 ◦ green 150 ◦ blue 153

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

Shades of Blue Chill #399699

Tints of Blue Chill #399699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 15.83%
G = 41.67%
B = 42.5%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#399699 (or 0x399699) is known color: Blue Chill. HEX triplet: 39, 96 and 99. RGB value is (57,150,153). Sum of RGB (Red+Green+Blue) = 57+150+153=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #399699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399699 is #C66966. Grayscale: #7A7A7A. Windows color (decimal): -13003111 or 10065465. OLE color: 10065465.

HSL color Cylindrical-coordinate representation of color #399699: hue angle of 181.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399699 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 150 153 -
CMYK 0.63 0.02 0 0.4
HSL 181.88º 0.46% 0.41% -
HSV(B) 181.88º 0.63% 0.6% -
XYZ 18.34 24.98 33.99 -
YUV 122.54 145.19 81.26 -
System Red Green Blue C M Y K H S L
Decimal 57 150 153 0.63 0.02 0 0.4 181.88 0.46 0.41
Hex 39 96 99 3F 2 0 28 B6 2E 29
Octal 71 226 231 77 2 0 50 266 56 51
Binary 111001 10010110 10011001 111111 10 0 101000 10110110 101110 101001

Color Harmonies of #399699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399699

Black with #399699

Text Example


Text Example

White with #399699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399699; }

 p { color: rgb(57,150,153); }

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

background-color css

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

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

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

border-color css

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

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

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