Html Css Color HEX #398885 Blue Chill

📋 copy color: '#398885'

red 57 ◦ green 136 ◦ blue 133

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

Shades of Blue Chill #398885

Tints of Blue Chill #398885

RGB

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

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

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

R = 17.48%
G = 41.72%
B = 40.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#398885 (or 0x398885) is known color: Blue Chill. HEX triplet: 39, 88 and 85. RGB value is (57,136,133). Sum of RGB (Red+Green+Blue) = 57+136+133=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #398885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398885 is #C6777A. Grayscale: #6F6F6F. Windows color (decimal): -13006715 or 8751161. OLE color: 8751161.

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

Color convert

RGB 57 136 133 -
CMYK 0.58 0 0.02 0.47
HSL 177.72º 0.41% 0.38% -
HSV(B) 177.72º 0.58% 0.53% -
XYZ 14.73 20.17 25.31 -
YUV 112.04 139.83 88.74 -
System Red Green Blue C M Y K H S L
Decimal 57 136 133 0.58 0 0.02 0.47 177.72 0.41 0.38
Hex 39 88 85 3A 0 2 2F B2 29 26
Octal 71 210 205 72 0 2 57 262 51 46
Binary 111001 10001000 10000101 111010 0 10 101111 10110010 101001 100110

Color Harmonies of #398885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398885

Black with #398885

Text Example


Text Example

White with #398885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398885; }

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

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

background-color css

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

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

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

border-color css

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

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

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