Html Css Color HEX #388683 Blue Chill

📋 copy color: '#388683'

red 56 ◦ green 134 ◦ blue 131

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

Shades of Blue Chill #388683

Tints of Blue Chill #388683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.81%

R = 17.45%
G = 41.74%
B = 40.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#388683 (or 0x388683) is known color: Blue Chill. HEX triplet: 38, 86 and 83. RGB value is (56,134,131). Sum of RGB (Red+Green+Blue) = 56+134+131=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #388683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388683 is #C7797C. Grayscale: #6E6E6E. Windows color (decimal): -13072765 or 8619576. OLE color: 8619576.

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

Color convert

RGB 56 134 131 -
CMYK 0.58 0 0.02 0.47
HSL 177.69º 0.41% 0.37% -
HSV(B) 177.69º 0.58% 0.53% -
XYZ 14.25 19.53 24.49 -
YUV 110.34 139.66 89.24 -
System Red Green Blue C M Y K H S L
Decimal 56 134 131 0.58 0 0.02 0.47 177.69 0.41 0.37
Hex 38 86 83 3A 0 2 2F B2 29 25
Octal 70 206 203 72 0 2 57 262 51 45
Binary 111000 10000110 10000011 111010 0 10 101111 10110010 101001 100101

Color Harmonies of #388683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388683

Black with #388683

Text Example


Text Example

White with #388683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388683; }

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

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

background-color css

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

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

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

border-color css

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

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

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