Html Css Color HEX #399A93 Blue Chill

📋 copy color: '#399A93'

red 57 ◦ green 154 ◦ blue 147

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

Shades of Blue Chill #399A93

Tints of Blue Chill #399A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 15.92%
G = 43.02%
B = 41.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#399A93 (or 0x399A93) is known color: Blue Chill. HEX triplet: 39, 9A and 93. RGB value is (57,154,147). Sum of RGB (Red+Green+Blue) = 57+154+147=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #399A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399A93 is #C6656C. Grayscale: #7C7C7C. Windows color (decimal): -13002093 or 9673273. OLE color: 9673273.

HSL color Cylindrical-coordinate representation of color #399A93: hue angle of 175.67º 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 #399A93 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 154 147 -
CMYK 0.63 0 0.05 0.40
HSL 175.67º 0.46% 0.41% -
HSV(B) 175.67º 0.63% 0.6% -
XYZ 18.51 26.09 31.66 -
YUV 124.2 140.86 80.07 -
System Red Green Blue C M Y K H S L
Decimal 57 154 147 0.63 0 0.05 0.40 175.67 0.46 0.41
Hex 39 9A 93 3F 0 5 28 B0 2E 29
Octal 71 232 223 77 0 5 50 260 56 51
Binary 111001 10011010 10010011 111111 0 101 101000 10110000 101110 101001

Color Harmonies of #399A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399A93

Black with #399A93

Text Example


Text Example

White with #399A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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