Html Css Color HEX #388682 Blue Chill

📋 copy color: '#388682'

red 56 ◦ green 134 ◦ blue 130

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

Shades of Blue Chill #388682

Tints of Blue Chill #388682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.63%

R = 17.5%
G = 41.88%
B = 40.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#388682 (or 0x388682) is known color: Blue Chill. HEX triplet: 38, 86 and 82. RGB value is (56,134,130). Sum of RGB (Red+Green+Blue) = 56+134+130=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #388682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388682 is #C7797D. Grayscale: #6E6E6E. Windows color (decimal): -13072766 or 8554040. OLE color: 8554040.

HSL color Cylindrical-coordinate representation of color #388682: hue angle of 176.92º 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 #388682 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 134 130 -
CMYK 0.58 0 0.03 0.47
HSL 176.92º 0.41% 0.37% -
HSV(B) 176.92º 0.58% 0.53% -
XYZ 14.19 19.5 24.14 -
YUV 110.22 139.16 89.33 -
System Red Green Blue C M Y K H S L
Decimal 56 134 130 0.58 0 0.03 0.47 176.92 0.41 0.37
Hex 38 86 82 3A 0 3 2F B1 29 25
Octal 70 206 202 72 0 3 57 261 51 45
Binary 111000 10000110 10000010 111010 0 11 101111 10110001 101001 100101

Color Harmonies of #388682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388682

Black with #388682

Text Example


Text Example

White with #388682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388682; }

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

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

background-color css

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

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

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

border-color css

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

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

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