Html Css Color HEX #398685 Blue Chill

📋 copy color: '#398685'

red 57 ◦ green 134 ◦ blue 133

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

Shades of Blue Chill #398685

Tints of Blue Chill #398685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.36%

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 17.59%
G = 41.36%
B = 41.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#398685 (or 0x398685) is known color: Blue Chill. HEX triplet: 39, 86 and 85. RGB value is (57,134,133). Sum of RGB (Red+Green+Blue) = 57+134+133=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #398685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398685 is #C6797A. Grayscale: #6E6E6E. Windows color (decimal): -13007227 or 8750649. OLE color: 8750649.

HSL color Cylindrical-coordinate representation of color #398685: hue angle of 179.22º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398685 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 134 133 -
CMYK 0.57 0 0.01 0.47
HSL 179.22º 0.4% 0.37% -
HSV(B) 179.22º 0.57% 0.53% -
XYZ 14.45 19.61 25.21 -
YUV 110.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 57 134 133 0.57 0 0.01 0.47 179.22 0.4 0.37
Hex 39 86 85 39 0 1 2F B3 28 25
Octal 71 206 205 71 0 1 57 263 50 45
Binary 111001 10000110 10000101 111001 0 1 101111 10110011 101000 100101

Color Harmonies of #398685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398685

Black with #398685

Text Example


Text Example

White with #398685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398685; }

 p { color: rgb(57,134,133); }

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

background-color css

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

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

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

border-color css

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

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

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