Html Css Color HEX #389090 Blue Chill

📋 copy color: '#389090'

red 56 ◦ green 144 ◦ blue 144

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

Shades of Blue Chill #389090

Tints of Blue Chill #389090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.86%

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

R = 16.28%
G = 41.86%
B = 41.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#389090 (or 0x389090) is known color: Blue Chill. HEX triplet: 38, 90 and 90. RGB value is (56,144,144). Sum of RGB (Red+Green+Blue) = 56+144+144=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #389090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389090 is #C76F6F. Grayscale: #757575. Windows color (decimal): -13070192 or 9474104. OLE color: 9474104.

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

Color convert

RGB 56 144 144 -
CMYK 0.61 0 0 0.44
HSL 180º 0.44% 0.39% -
HSV(B) 180º 0.61% 0.56% -
XYZ 16.64 22.8 29.91 -
YUV 117.69 142.85 84 -
System Red Green Blue C M Y K H S L
Decimal 56 144 144 0.61 0 0 0.44 180 0.44 0.39
Hex 38 90 90 3D 0 0 2C B4 2C 27
Octal 70 220 220 75 0 0 54 264 54 47
Binary 111000 10010000 10010000 111101 0 0 101100 10110100 101100 100111

Color Harmonies of #389090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389090

Black with #389090

Text Example


Text Example

White with #389090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389090; }

 p { color: rgb(56,144,144); }

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

background-color css

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

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

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

border-color css

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

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

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