Html Css Color HEX #389992 Blue Chill

📋 copy color: '#389992'

red 56 ◦ green 153 ◦ blue 146

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

Shades of Blue Chill #389992

Tints of Blue Chill #389992

RGB

 RED value IS 56 (22.27% from 255) = 15.77%

 GREEN value IS 153 (60.16% from 255) = 43.1%

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 15.77%
G = 43.1%
B = 41.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#389992 (or 0x389992) is known color: Blue Chill. HEX triplet: 38, 99 and 92. RGB value is (56,153,146). Sum of RGB (Red+Green+Blue) = 56+153+146=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #389992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389992 is #C7666D. Grayscale: #7B7B7B. Windows color (decimal): -13067886 or 9607480. OLE color: 9607480.

HSL color Cylindrical-coordinate representation of color #389992: 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 #389992 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 153 146 -
CMYK 0.63 0 0.05 0.4
HSL 175.67º 0.46% 0.41% -
HSV(B) 175.67º 0.63% 0.6% -
XYZ 18.21 25.7 31.19 -
YUV 123.2 140.86 80.07 -
System Red Green Blue C M Y K H S L
Decimal 56 153 146 0.63 0 0.05 0.4 175.67 0.46 0.41
Hex 38 99 92 3F 0 5 28 B0 2E 29
Octal 70 231 222 77 0 5 50 260 56 51
Binary 111000 10011001 10010010 111111 0 101 101000 10110000 101110 101001

Color Harmonies of #389992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389992

Black with #389992

Text Example


Text Example

White with #389992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389992; }

 p { color: rgb(56,153,146); }

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

background-color css

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

 a { background-color: rgb(56,153,146); }

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

border-color css

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

 span { border-color: rgb(56,153,146); }

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