Html Css Color HEX #398985 Blue Chill

📋 copy color: '#398985'

red 57 ◦ green 137 ◦ blue 133

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

Shades of Blue Chill #398985

Tints of Blue Chill #398985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.9%

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

R = 17.43%
G = 41.9%
B = 40.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#398985 (or 0x398985) is known color: Blue Chill. HEX triplet: 39, 89 and 85. RGB value is (57,137,133). Sum of RGB (Red+Green+Blue) = 57+137+133=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #398985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398985 is #C6767A. Grayscale: #707070. Windows color (decimal): -13006459 or 8751417. OLE color: 8751417.

HSL color Cylindrical-coordinate representation of color #398985: hue angle of 177º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398985 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 137 133 -
CMYK 0.58 0 0.03 0.46
HSL 177º 0.41% 0.38% -
HSV(B) 177º 0.58% 0.54% -
XYZ 14.87 20.45 25.35 -
YUV 112.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 57 137 133 0.58 0 0.03 0.46 177 0.41 0.38
Hex 39 89 85 3A 0 3 2E B1 29 26
Octal 71 211 205 72 0 3 56 261 51 46
Binary 111001 10001001 10000101 111010 0 11 101110 10110001 101001 100110

Color Harmonies of #398985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398985

Black with #398985

Text Example


Text Example

White with #398985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398985; }

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

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

background-color css

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

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

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

border-color css

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

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

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