Html Css Color HEX #398882 Blue Chill

📋 copy color: '#398882'

red 57 ◦ green 136 ◦ blue 130

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

Shades of Blue Chill #398882

Tints of Blue Chill #398882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.11%

 BLUE value IS 130 (51.17% from 255) = 40.25%

R = 17.65%
G = 42.11%
B = 40.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#398882 (or 0x398882) is known color: Blue Chill. HEX triplet: 39, 88 and 82. RGB value is (57,136,130). Sum of RGB (Red+Green+Blue) = 57+136+130=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #398882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398882 is #C6777D. Grayscale: #6F6F6F. Windows color (decimal): -13006718 or 8554553. OLE color: 8554553.

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

Color convert

RGB 57 136 130 -
CMYK 0.58 0 0.04 0.47
HSL 175.44º 0.41% 0.38% -
HSV(B) 175.44º 0.58% 0.53% -
XYZ 14.52 20.09 24.23 -
YUV 111.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 57 136 130 0.58 0 0.04 0.47 175.44 0.41 0.38
Hex 39 88 82 3A 0 4 2F AF 29 26
Octal 71 210 202 72 0 4 57 257 51 46
Binary 111001 10001000 10000010 111010 0 100 101111 10101111 101001 100110

Color Harmonies of #398882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398882

Black with #398882

Text Example


Text Example

White with #398882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398882; }

 p { color: rgb(57,136,130); }

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

background-color css

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

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

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

border-color css

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

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

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