Html Css Color HEX #388C87 Blue Chill

📋 copy color: '#388C87'

red 56 ◦ green 140 ◦ blue 135

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

Shades of Blue Chill #388C87

Tints of Blue Chill #388C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.3%

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

R = 16.92%
G = 42.3%
B = 40.79%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#388C87 (or 0x388C87) is known color: Blue Chill. HEX triplet: 38, 8C and 87. RGB value is (56,140,135). Sum of RGB (Red+Green+Blue) = 56+140+135=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #388C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C87 is #C77378. Grayscale: #727272. Windows color (decimal): -13071225 or 8883256. OLE color: 8883256.

HSL color Cylindrical-coordinate representation of color #388C87: hue angle of 176.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C87 is Cyan = 0.6, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 140 135 -
CMYK 0.6 0 0.04 0.45
HSL 176.43º 0.43% 0.38% -
HSV(B) 176.43º 0.6% 0.55% -
XYZ 15.38 21.35 26.23 -
YUV 114.31 139.67 86.41 -
System Red Green Blue C M Y K H S L
Decimal 56 140 135 0.6 0 0.04 0.45 176.43 0.43 0.38
Hex 38 8C 87 3C 0 4 2D B0 2B 26
Octal 70 214 207 74 0 4 55 260 53 46
Binary 111000 10001100 10000111 111100 0 100 101101 10110000 101011 100110

Color Harmonies of #388C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C87

Black with #388C87

Text Example


Text Example

White with #388C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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