Html Css Color HEX #389087 Blue Chill

📋 copy color: '#389087'

red 56 ◦ green 144 ◦ blue 135

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

Shades of Blue Chill #389087

Tints of Blue Chill #389087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.3%

R = 16.72%
G = 42.99%
B = 40.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#389087 (or 0x389087) is known color: Blue Chill. HEX triplet: 38, 90 and 87. RGB value is (56,144,135). Sum of RGB (Red+Green+Blue) = 56+144+135=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #389087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389087 is #C76F78. Grayscale: #747474. Windows color (decimal): -13070201 or 8884280. OLE color: 8884280.

HSL color Cylindrical-coordinate representation of color #389087: hue angle of 173.86º 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 #389087 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 135 -
CMYK 0.61 0 0.06 0.44
HSL 173.86º 0.44% 0.39% -
HSV(B) 173.86º 0.61% 0.56% -
XYZ 15.98 22.54 26.43 -
YUV 116.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 56 144 135 0.61 0 0.06 0.44 173.86 0.44 0.39
Hex 38 90 87 3D 0 6 2C AE 2C 27
Octal 70 220 207 75 0 6 54 256 54 47
Binary 111000 10010000 10000111 111101 0 110 101100 10101110 101100 100111

Color Harmonies of #389087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389087

Black with #389087

Text Example


Text Example

White with #389087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389087; }

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

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

background-color css

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

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

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

border-color css

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

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

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