Html Css Color HEX #399A90 Blue Chill

📋 copy color: '#399A90'

red 57 ◦ green 154 ◦ blue 144

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

Shades of Blue Chill #399A90

Tints of Blue Chill #399A90

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.38%

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

R = 16.06%
G = 43.38%
B = 40.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#399A90 (or 0x399A90) is known color: Blue Chill. HEX triplet: 39, 9A and 90. RGB value is (57,154,144). Sum of RGB (Red+Green+Blue) = 57+154+144=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 154 - color contains mainly: green. Hex color #399A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399A90 is #C6656F. Grayscale: #7B7B7B. Windows color (decimal): -13002096 or 9476665. OLE color: 9476665.

HSL color Cylindrical-coordinate representation of color #399A90: hue angle of 173.81º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A90 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 154 144 -
CMYK 0.63 0 0.06 0.40
HSL 173.81º 0.46% 0.41% -
HSV(B) 173.81º 0.63% 0.6% -
XYZ 18.28 25.99 30.44 -
YUV 123.86 139.36 80.31 -
System Red Green Blue C M Y K H S L
Decimal 57 154 144 0.63 0 0.06 0.40 173.81 0.46 0.41
Hex 39 9A 90 3F 0 6 28 AE 2E 29
Octal 71 232 220 77 0 6 50 256 56 51
Binary 111001 10011010 10010000 111111 0 110 101000 10101110 101110 101001

Color Harmonies of #399A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399A90

Black with #399A90

Text Example


Text Example

White with #399A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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