Html Css Color HEX #399698 Blue Chill

📋 copy color: '#399698'

red 57 ◦ green 150 ◦ blue 152

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

Shades of Blue Chill #399698

Tints of Blue Chill #399698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 15.88%
G = 41.78%
B = 42.34%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#399698 (or 0x399698) is known color: Blue Chill. HEX triplet: 39, 96 and 98. RGB value is (57,150,152). Sum of RGB (Red+Green+Blue) = 57+150+152=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #399698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399698 is #C66967. Grayscale: #7A7A7A. Windows color (decimal): -13003112 or 9999929. OLE color: 9999929.

HSL color Cylindrical-coordinate representation of color #399698: hue angle of 181.26º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399698 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 150 152 -
CMYK 0.62 0.01 0 0.40
HSL 181.26º 0.45% 0.41% -
HSV(B) 181.26º 0.63% 0.6% -
XYZ 18.26 24.95 33.56 -
YUV 122.42 144.69 81.34 -
System Red Green Blue C M Y K H S L
Decimal 57 150 152 0.62 0.01 0 0.40 181.26 0.45 0.41
Hex 39 96 98 3E 1 0 28 B5 2D 29
Octal 71 226 230 76 1 0 50 265 55 51
Binary 111001 10010110 10011000 111110 1 0 101000 10110101 101101 101001

Color Harmonies of #399698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399698

Black with #399698

Text Example


Text Example

White with #399698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399698; }

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

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

background-color css

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

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

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

border-color css

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

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

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