Html Css Color HEX #398894 Blue Chill

📋 copy color: '#398894'

red 57 ◦ green 136 ◦ blue 148

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

Shades of Blue Chill #398894

Tints of Blue Chill #398894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 16.72%
G = 39.88%
B = 43.4%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#398894 (or 0x398894) is known color: Blue Chill. HEX triplet: 39, 88 and 94. RGB value is (57,136,148). Sum of RGB (Red+Green+Blue) = 57+136+148=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #398894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398894 is #C6776B. Grayscale: #717171. Windows color (decimal): -13006700 or 9734201. OLE color: 9734201.

HSL color Cylindrical-coordinate representation of color #398894: hue angle of 187.91º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #398894 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 136 148 -
CMYK 0.61 0.08 0 0.42
HSL 187.91º 0.44% 0.4% -
HSV(B) 187.91º 0.61% 0.58% -
XYZ 15.84 20.62 31.16 -
YUV 113.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 57 136 148 0.61 0.08 0 0.42 187.91 0.44 0.4
Hex 39 88 94 3D 8 0 2A BC 2C 28
Octal 71 210 224 75 10 0 52 274 54 50
Binary 111001 10001000 10010100 111101 1000 0 101010 10111100 101100 101000

Color Harmonies of #398894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398894

Black with #398894

Text Example


Text Example

White with #398894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398894; }

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

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

background-color css

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

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

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

border-color css

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

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

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