Html Css Color HEX #389188 Blue Chill

📋 copy color: '#389188'

red 56 ◦ green 145 ◦ blue 136

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

Shades of Blue Chill #389188

Tints of Blue Chill #389188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.03%

 BLUE value IS 136 (53.52% from 255) = 40.36%

R = 16.62%
G = 43.03%
B = 40.36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#389188 (or 0x389188) is known color: Blue Chill. HEX triplet: 38, 91 and 88. RGB value is (56,145,136). Sum of RGB (Red+Green+Blue) = 56+145+136=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #389188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389188 is #C76E77. Grayscale: #757575. Windows color (decimal): -13069944 or 8950072. OLE color: 8950072.

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

Color convert

RGB 56 145 136 -
CMYK 0.61 0 0.06 0.43
HSL 173.93º 0.44% 0.39% -
HSV(B) 173.93º 0.61% 0.57% -
XYZ 16.2 22.87 26.85 -
YUV 117.36 138.51 84.23 -
System Red Green Blue C M Y K H S L
Decimal 56 145 136 0.61 0 0.06 0.43 173.93 0.44 0.39
Hex 38 91 88 3D 0 6 2B AE 2C 27
Octal 70 221 210 75 0 6 53 256 54 47
Binary 111000 10010001 10001000 111101 0 110 101011 10101110 101100 100111

Color Harmonies of #389188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389188

Black with #389188

Text Example


Text Example

White with #389188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389188; }

 p { color: rgb(56,145,136); }

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

background-color css

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

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

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

border-color css

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

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

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