Html Css Color HEX #388688 Blue Chill

📋 copy color: '#388688'

red 56 ◦ green 134 ◦ blue 136

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

Shades of Blue Chill #388688

Tints of Blue Chill #388688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

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

R = 17.18%
G = 41.1%
B = 41.72%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#388688 (or 0x388688) is known color: Blue Chill. HEX triplet: 38, 86 and 88. RGB value is (56,134,136). Sum of RGB (Red+Green+Blue) = 56+134+136=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #388688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388688 is #C77977. Grayscale: #6E6E6E. Windows color (decimal): -13072760 or 8947256. OLE color: 8947256.

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

Color convert

RGB 56 134 136 -
CMYK 0.59 0.01 0 0.47
HSL 181.5º 0.42% 0.38% -
HSV(B) 181.5º 0.59% 0.53% -
XYZ 14.6 19.67 26.32 -
YUV 110.91 142.16 88.84 -
System Red Green Blue C M Y K H S L
Decimal 56 134 136 0.59 0.01 0 0.47 181.5 0.42 0.38
Hex 38 86 88 3B 1 0 2F B6 2A 26
Octal 70 206 210 73 1 0 57 266 52 46
Binary 111000 10000110 10001000 111011 1 0 101111 10110110 101010 100110

Color Harmonies of #388688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388688

Black with #388688

Text Example


Text Example

White with #388688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388688; }

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

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

background-color css

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

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

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

border-color css

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

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

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