Html Css Color HEX #398586 Blue Chill

📋 copy color: '#398586'

red 57 ◦ green 133 ◦ blue 134

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

Shades of Blue Chill #398586

Tints of Blue Chill #398586

RGB

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

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

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

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

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #398586: hue angle of 180.78º 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 #398586 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 133 134 -
CMYK 0.57 0.01 0 0.47
HSL 180.78º 0.4% 0.37% -
HSV(B) 180.78º 0.57% 0.53% -
XYZ 14.38 19.37 25.53 -
YUV 110.39 141.32 89.92 -
System Red Green Blue C M Y K H S L
Decimal 57 133 134 0.57 0.01 0 0.47 180.78 0.4 0.37
Hex 39 85 86 39 1 0 2F B5 28 25
Octal 71 205 206 71 1 0 57 265 50 45
Binary 111001 10000101 10000110 111001 1 0 101111 10110101 101000 100101

Color Harmonies of #398586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398586

Black with #398586

Text Example


Text Example

White with #398586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398586; }

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

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

background-color css

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

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

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

border-color css

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

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

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