Html Css Color HEX #388786 Blue Chill

📋 copy color: '#388786'

red 56 ◦ green 135 ◦ blue 134

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

Shades of Blue Chill #388786

Tints of Blue Chill #388786

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.54%

 BLUE value IS 134 (52.73% from 255) = 41.23%

R = 17.23%
G = 41.54%
B = 41.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#388786 (or 0x388786) is known color: Blue Chill. HEX triplet: 38, 87 and 86. RGB value is (56,135,134). Sum of RGB (Red+Green+Blue) = 56+135+134=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #388786 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388786 is #C77879. Grayscale: #6F6F6F. Windows color (decimal): -13072506 or 8816440. OLE color: 8816440.

HSL color Cylindrical-coordinate representation of color #388786: hue angle of 179.24º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388786 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 135 134 -
CMYK 0.59 0 0.01 0.47
HSL 179.24º 0.41% 0.37% -
HSV(B) 179.24º 0.59% 0.53% -
XYZ 14.6 19.89 25.62 -
YUV 111.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 56 135 134 0.59 0 0.01 0.47 179.24 0.41 0.37
Hex 38 87 86 3B 0 1 2F B3 29 25
Octal 70 207 206 73 0 1 57 263 51 45
Binary 111000 10000111 10000110 111011 0 1 101111 10110011 101001 100101

Color Harmonies of #388786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388786

Black with #388786

Text Example


Text Example

White with #388786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388786; }

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

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

background-color css

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

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

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

border-color css

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

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

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