Html Css Color HEX #398A90 Blue Chill

📋 copy color: '#398A90'

red 57 ◦ green 138 ◦ blue 144

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

Shades of Blue Chill #398A90

Tints of Blue Chill #398A90

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.71%

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 16.81%
G = 40.71%
B = 42.48%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#398A90 (or 0x398A90) is known color: Blue Chill. HEX triplet: 39, 8A and 90. RGB value is (57,138,144). Sum of RGB (Red+Green+Blue) = 57+138+144=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #398A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398A90 is #C6756F. Grayscale: #727272. Windows color (decimal): -13006192 or 9472569. OLE color: 9472569.

HSL color Cylindrical-coordinate representation of color #398A90: hue angle of 184.14º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398A90 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 138 144 -
CMYK 0.60 0.04 0 0.44
HSL 184.14º 0.43% 0.39% -
HSV(B) 184.14º 0.6% 0.56% -
XYZ 15.81 21.06 29.62 -
YUV 114.47 144.66 87.01 -
System Red Green Blue C M Y K H S L
Decimal 57 138 144 0.60 0.04 0 0.44 184.14 0.43 0.39
Hex 39 8A 90 3C 4 0 2C B8 2B 27
Octal 71 212 220 74 4 0 54 270 53 47
Binary 111001 10001010 10010000 111100 100 0 101100 10111000 101011 100111

Color Harmonies of #398A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398A90

Black with #398A90

Text Example


Text Example

White with #398A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398A90; }

 p { color: rgb(57,138,144); }

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

background-color css

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

 a { background-color: rgb(57,138,144); }

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

border-color css

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

 span { border-color: rgb(57,138,144); }

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