Html Css Color HEX #388486 Blue Chill

📋 copy color: '#388486'

red 56 ◦ green 132 ◦ blue 134

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

Shades of Blue Chill #388486

Tints of Blue Chill #388486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.99%

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

R = 17.39%
G = 40.99%
B = 41.61%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#388486 (or 0x388486) is known color: Blue Chill. HEX triplet: 38, 84 and 86. RGB value is (56,132,134). Sum of RGB (Red+Green+Blue) = 56+132+134=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #388486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388486 is #C77B79. Grayscale: #6D6D6D. Windows color (decimal): -13073274 or 8815672. OLE color: 8815672.

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

Color convert

RGB 56 132 134 -
CMYK 0.58 0.01 0 0.47
HSL 181.54º 0.41% 0.37% -
HSV(B) 181.54º 0.58% 0.53% -
XYZ 14.19 19.06 25.49 -
YUV 109.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 56 132 134 0.58 0.01 0 0.47 181.54 0.41 0.37
Hex 38 84 86 3A 1 0 2F B6 29 25
Octal 70 204 206 72 1 0 57 266 51 45
Binary 111000 10000100 10000110 111010 1 0 101111 10110110 101001 100101

Color Harmonies of #388486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388486

Black with #388486

Text Example


Text Example

White with #388486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388486; }

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

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

background-color css

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

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

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

border-color css

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

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

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